ncurses.scripts.mit.edu Git - ncurses.git/atom - doc/html/man/panel.3x.html history ncurses, with patches starting at ncurses-5.6; new users should use https://github.com/ThomasDickey/ncurses-snapshots/ https://ncurses.scripts.mit.edu/?p=ncurses.git ncurses //git.scripts.mit.edu/static/git-favicon.png //git.scripts.mit.edu/static/git-logo.png 2024-01-14T01:19:03Z gitweb ncurses 6.4 - patch 20240113 2024-01-14T01:19:03Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2024-01-14T01:19:03Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=bf2c36c4930ac5bb04cd2b1ba209cd09b6f510ab
ncurses 6.4 - patch 20240113

+ improve formatting/style of manpages (patches by Branden Robinson).
+ modify dist.mk to avoid passing developer's comments in manpages into
  the generated html documentation.
+ use ansi+local, ansi+local1, ansi+pp, ansi+rca, ansi+rca2, ansi+sgr
  to trim -TD
+ restore padding for wy520* and vt320-k311 (report by Sven Joachim).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231223 2023-12-24T01:20:29Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-12-24T01:20:29Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=159cd0555e0efc14be66c9c3a1548f58908b6a1d
ncurses 6.4 - patch 20231223

+ improve formatting/style of manpages (patches by Branden Robinson).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231217 2023-12-18T08:58:33Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-12-18T08:58:33Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=d90067f9008bb8338a77c1ed519bc108c275ed04
ncurses 6.4 - patch 20231217

+ improve formatting/style of manpages (patches by Branden Robinson).
+ correct an assignment in infocmp "-u" for detecting if a boolean
  is unset in a base entry and set in a use'd chunk, i.e., if it was
  cancelled.
+ modify infocmp "-u" option to not report cancels for strings which
  were already cancelled in a use'd chunk.
+ join two lines in infotocap.3x to eliminate a spurious "description"
  link in installed manpages (report by Sven Joachim).
+ fix typo in NEWS (report by Sven Joachim).
  bold font escapes in manpage cross-references (Debian #1057651).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231125 2023-11-25T23:48:01Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-11-25T23:48:01Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=084e3b44fc1c904d5ab941da55f47a237cb15766
ncurses 6.4 - patch 20231125

+ add information about "ttycap", termcap's forerunner, to tset.1
  (patch by Branden Robinson).
+ improve formatting/style of manpages, including section reordering
  (patches by Branden Robinson).
+ modify usage messages in configure script, bracketing optional values
  (report by Branden Robinson).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231014 2023-10-14T23:56:09Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-10-14T23:56:09Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=2882050bf8b296813e7e026b1c5c45d4a23043e3
ncurses 6.4 - patch 20231014

+ improve formatting/style of manpages (patches by Branden Robinson).
+ updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
+ update config.guess, config.sub
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231007 2023-10-07T23:33:09Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-10-07T23:33:09Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=894a177fd5228cdbe790bd1dc9435bd435c29681
ncurses 6.4 - patch 20231007

+ improve loop-limit for get_position().
+ improve manual description of immedok (Debian #1053603).
+ fix a few formatting issues with manpages (Debian #1053123).
+ improve formatting/style of manpages (patches by Branden Robinson).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20231001 2023-10-02T00:24:04Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-10-02T00:24:04Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=7e062bb2764a87d98073a90ee65a234a2679f9c1
ncurses 6.4 - patch 20231001

+ modify setupterm to provide for using ANSI cursor-position report (in
  user6/user7 terminfo capabilities) to obtain screensize if neither
  environment variables or ioctl is used.  The ncurses test-program
  with options "-E -T" demonstrates this feature.
+ improve error messages in tic (patch by Branden Robinson).
+ improve formatting/style of manpages (patches by Branden Robinson).
+ modify test/clip_printw.c to optionally test non-wrapped updates.
+ fix reallocation loop for vsnprintf() in _nc_sprintf_string() by
  copying the va_list variable (patch by Ian Abbott).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230923 2023-09-24T00:19:47Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-09-24T00:19:47Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=0eedaa5673ff8181abe51e3a6fadca3820f90c46
ncurses 6.4 - patch 20230923

+ improve formatting of manpages (patches by Branden Robinson).
+ amend change to delscreen() to limit the windows which it creates to
  just those associated with the screen (report by Frederic Boiteux,
  cf: 20220813).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230917 2023-09-17T16:21:09Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-09-17T16:21:09Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=31c4bcf3307145fc5368b4aaf15e41bdd66a984b
ncurses 6.4 - patch 20230917

+ improve formatting of manpages (integrated patches by Branden
  Robinson).
+ correct limit for name-length in write_entry.c (report/testcase by
  Luna Saphie Mittelbach).
+ limit delays to 30 seconds, i.e., padding delays in terminfo, as well
  as napms() and delay_output() functions.
+ improve a few pointer-checks.
+ improve parsing in _nc_msec_cost, allowing a single decimal point.
+ improve formatting of manpages (patches by Branden Robinson), for
  captoinfo.1m and terminfo.5
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230909 2023-09-10T00:04:21Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-09-10T00:04:21Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=2035f48ed0fc56ec4e5caf9b7c10e00ba43e160f
ncurses 6.4 - patch 20230909

+ improve formatting of manpages (patches by Branden Robinson).
> patches by Nicholas Marriott:
  + use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c,
    overlooked due to compiler changes in recent OpenBSD releases.
  + add "-6" option to ncu2openbsd script.
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230902 2023-09-02T23:12:13Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-09-02T23:12:13Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=2bcad5fdfc4aa83a1479bd1d21dadc32dad8c2a8
ncurses 6.4 - patch 20230902

+ improve description of search rules for terminal descriptions in
  terminfo manpage (report by Sven Joachim).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230819 2023-08-19T23:57:51Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-08-19T23:57:51Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=a47b9e53836434777854387fa6f09f2137ec2111
ncurses 6.4 - patch 20230819

+ various manpage-formatting fixes.
+ correct formatting of table header in curs_inopts.3x (Branden
  Robinson).
+ correct manpage description of panel_hidden (report by Benjamin
  Mordaunt).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230812 2023-08-12T22:32:09Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-08-12T22:32:09Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=aef6681d538d4bd02cfdf9f52aeefec62488efd6
ncurses 6.4 - patch 20230812

+ add/use putty+cursor to reflect amending of modified cursor-keys in
  2021 -TD
+ add ecma+strikeout to putty -TD
+ add functions to query tty-flags in SCREEN (request by Bill Gray).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230805 2023-08-06T00:30:20Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-08-06T00:30:20Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=d1a029866f6d84087781eaa81de19949d8533426
ncurses 6.4 - patch 20230805

+ fix a few manpages needing tbl marker, seen by lintian warning.
+ fixes for compiler-warnings.
+ minor grammatical fix for manpages (Branden Robinson).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230729 2023-07-29T17:21:06Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-07-29T17:21:06Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f5aadfb8596c96e69ce2b772cd06626f2fba8ddc
ncurses 6.4 - patch 20230729

+ improve manpages for wgetnstr() and wget_wnstr().
+ modify MinGW configuration to provide for running in MSYS/MSYS2
  shells, assuming ConPTY support (patch by Pavel Fedin).
+ add assignment in CF_MAN_PAGES to fill in value for TERMINFO_DIRS in
  ncurses, terminfo and tic manpages (patch by Sven Joachim).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230715 2023-07-15T21:01:12Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-07-15T21:01:12Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=248c593599dc26d99661556677732ab857d9b8ac
ncurses 6.4 - patch 20230715

+ correct wadd_wch_literal() when adding a non-spacing character to a
  double-width character.
+ improve manual page for curs_util.
+ improve manual page for wadd_wch().
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230701 2023-07-02T00:04:32Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-07-02T00:04:32Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=d79ff7b4d5f5ac63e7d9d7e76706d95a1ddb243c
ncurses 6.4 - patch 20230701

+ fix mandoc warnings about unnecessary markup.
+ improve parameter check in tparm_setup()
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230617 2023-06-17T21:19:52Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-06-17T21:19:52Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f79c210479470378389aab5b8d4d42d4a7f3d9a4
ncurses 6.4 - patch 20230617

+ markup manpages with revision information (prompted by discussion
  with Bjarni Ingi Gislason).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230610 2023-06-10T18:08:15Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-06-10T18:08:15Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=b3719ca8b52aa07d0d85f7c1ce645a471397ccfe
ncurses 6.4 - patch 20230610

+ improve manpages discussing file descriptors in low-level functions.
+ modify flushinp to use file descriptors in SCREEN, rather than from
  TERMINAL, and check if they are for a terminal, like SVr4.
+ modify mcprint to use file descriptor in SCREEN, for consistency.
+ add xterm+focus to foot+base (patch by Daniel Ekloef).
+ correct definition of Charable() for non-wide ncurses library (report
  and test-case by Zbigniew Baniewski).
  • [D] doc/html/man/panel.3x.html
ncurses 6.4 - patch 20230423 2023-04-24T00:13:27Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2023-04-24T00:13:27Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=88595a127ec2e56af0875eb04e0f2396d6d121c5
ncurses 6.4 - patch 20230423

+ add tiscan_s() to help applications check formatting capabilities
  that would be passed to tiparm_s, etc.
+ add tiparm_s() to provide applications a way to tell ncurses what
  the expected parameters are for a capability (tmux #3531).
+ improve check in lib_tparm.c, ensuring that a char* fits into a
  TPARM_ARG.
+ add --disable-setuid-environ configure option (request by Sven
  Joachim).
+ drop compatibility with obsolete versions of tack, e.g., pre-1.08
  (Debian #1034549, cf: 20170722).
  • [D] doc/html/man/panel.3x.html