ncurses.scripts.mit.edu Git - ncurses.git/atom - doc/html/man/curs_variables.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/curs_variables.3x.html
ncurses 6.4 - patch 20240106 2024-01-07T00:49:18Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2024-01-07T00:49:18Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=e6725415d8e5cbb514b8d6056e0700152c540fa0
ncurses 6.4 - patch 20240106

+ use ansi+arrows, ansi+apparrows, ansi+csr, ansi+erase, ansi+idc,
  ansi+idc1, ansi+idl, ansi+idl1, ansi+inittabs to trim -TD
+ minor manpage formatting changes for consistency.
+ modify doc-html test package's install-directory, per lintian.
+ add attr_get.3x to man_db.renames.in (patch by Sven Joachim).
  • [D] doc/html/man/curs_variables.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/curs_variables.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/curs_variables.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/curs_variables.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/curs_variables.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/curs_variables.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/curs_variables.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/curs_variables.3x.html
ncurses 6.3 - patch 20211225 2021-12-26T02:01:14Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2021-12-26T02:01:14Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=74433bcf4f6fe40862a28f3c00edaedcd5054b01
ncurses 6.3 - patch 20211225

+ improve markup, e.g., for external manpage links in the manpages
  (prompted by report by Helge Kreutzmann).
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.2 - patch 20210626 2021-06-27T01:21:47Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2021-06-27T01:21:47Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=81304798ee736c467839c779c9ca5dca48db7bea
ncurses 6.2 - patch 20210626

+ add configure option --disable-root-access, which tells ncurses to
  disallow most file-opens by setuid processes.
+ use default colors in pccon "op" -TD
+ correct rmacs/smacs in aaa+dec, aaa+rv -TD
+ add hpterm-color2 and hp98550-color (Martin Trusler)
+ regenerate man-html documentation.
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.2 - patch 20210619 2021-06-20T00:21:42Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2021-06-20T00:21:42Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9f479192e3ca3413d235c66bf058f8cc63764898
ncurses 6.2 - patch 20210619

+ improve configure-macro used for dependencies of --disable-leaks such
  as --with-valgrind
+ trim trailing blanks from files
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.2 - patch 20200425 2020-04-26T01:15:23Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2020-04-26T01:15:23Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=89730563d0a660d4ddd83d28660dc23c6d3f0bed
ncurses 6.2 - patch 20200425

+ use vt100+fnkeys in putty -TD
+ fix a typo in tput.1; "columns" should be "cols".
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.2 - patch 20200212 2020-02-12T09:50:22Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2020-02-12T09:50:22Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=47d2fb4537d9ad5bb14f4810561a327930ca4280
ncurses 6.2 - patch 20200212

+ update release notes
+ minor build-fixes, mostly to test-package scripts
+ modify check for sizeof(wchar_t) to ensure it gives useful result
  when cross-compiling.
+ drop assumption in configure script that Cygwin's linker is broken.
+ define NCURSES_BROKEN_LINKER if the broken-linker feature is used,
  to simplify configure-checks for ncurses-examples.
+ reassert copyright on ncurses, per discussion in ncurses FAQ:
  https://invisible-island.net/ncurses/ncurses.faq.html#relicensed
+ modify comparison in make_hash.c to correct a special case in
  collision handling for Caps-hpux11
+ add testing utility report_hashing to check hash-tables used for
  terminfo and termcap names.
+ fix a missing prototype for _nc_free_and_exit().
+ update a few comments about tack 1.07
+ use an awk script to split too-long pathnames used in Ada95 sample
  programs for explain.txt
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.1 - patch 20190615 2019-06-16T00:13:35Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2019-06-16T00:13:35Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d
ncurses 6.1 - patch 20190615

+ expand the portability section of the man/tabs.1 manual page.
+ regenerate HTML manpages.
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.1 - patch 20190317 2019-03-18T00:04:50Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2019-03-18T00:04:50Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=cb4427a16794d98049b4d790b810d62217501f9f
ncurses 6.1 - patch 20190317

+ regenerate llib-* files.
+ modify tic to also use new function for user-defined capability info.
+ modify _nc_parse_entry() to check if a user-defined capability has
  an unexpected type; ignore it in that case.
+ fix a special case of link-anchors in generated Ada html files.
+ use newer rel=author tag in generated html rather than rev=made,
  which did not become accepted.
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.1 - patch 20190216 2019-02-17T02:40:14Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2019-02-17T02:40:14Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=6b4f5830b7910188b532d661f79775306715f67e
ncurses 6.1 - patch 20190216

+ improve manual page description of TABSIZE.
+ add test/demo_tabs program.
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.1 - patch 20180728 2018-07-29T01:43:55Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2018-07-29T01:43:55Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=17c5992a16be94247b83f2bbb9accdd9b7e7bb72
ncurses 6.1 - patch 20180728

+ improve documentation regarding feature-test macros in curses.h
+ improve documentation regarding the virtual and physical screens.
+ formatting fixes for manpages, regenerate man-html documentation.
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.0 - patch 20180106 2018-01-07T02:47:04Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2018-01-07T02:47:04Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=bca50d0d8592defee6c584fdedd25f4b1a31345b
ncurses 6.0 - patch 20180106

+ fixes for writing extended color pairs in putwin.
+ modify test/savescreen.c to add test patterns that exercise 88-,
  256-, etc., colors.
+ modify configure option --with-build-cc, adding clang, c89 and c99
  as possible default values.
+ modify ncurses-examples configure script to use pkg-config for the
  extra form/menu/panel libraries, to be more consistent with the
  handling of the curses/ncurses library.
+ modify test-packages for mingw to supply "pc" files.
+ modify gen-pkgconfig.in to list -lpthread as a private library when
  configured to access it via weak symbols.
+ simplify gen-pkgconfig.in, adding -ltinfo without the special linker
  checks because some versions of the linker simply hard-code the
  behavior.
+ update URLs for ncurses website to use https.
+ modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
  ncurses-examples are built with a system ncurses that lacks the
  standard "curses" symbolic link, as done by SuSE.  The symbol is
  needed to make a followup check for the pthread library work, and
  would be set properly using the options "--with-screen", etc.
+ generate misc/*.pc with "all" rule, as done for "sources" rule
  (report by Jeffrey Walton).
  • [D] doc/html/man/curs_variables.3x.html
ncurses 6.0 - patch 20171118 2017-11-19T03:19:09Z Thomas E. Dickey dickey@invisible-island.net Thomas E. Dickey dickey@invisible-island.net 2017-11-19T03:19:09Z https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=06078d3fa68db669ed37178c01873546b4b28745
ncurses 6.0 - patch 20171118

+ add a note to curs_addch.3x on portability.
+ add a note to curs_pad.3x on the origin and portability of pads.
+ improve manpage description of getattrs (report by Midolikawa H).
+ improve manpage macros (prompted by discussion in Debian #880551.
+ reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
+ add a "-d" option to picsmap for default-colors.
+ modify old terminology entry and a few other terminal emulators to
  account for xon -TD
+ correct sgr string for tmux, which used screen's "standout" code
  rather than the standard code (patch by Roman Kagan)
+ correct sgr/sgr0 strings in a few other cases reported by tic, making
  those correspond to the non-sgr settings where they differ, but
  otherwise use ECMA-48 consistently:
  jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
  dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
  st-0.7, vi603, vwmterm -TD
+ build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
  of gcc which did not recognize the diagnostic "push" pragma (patch by
  Vassili Courzakis).
  • [D] doc/html/man/curs_variables.3x.html