ncurses.scripts.mit.edu Git - ncurses.git/rss - doc/html/ada/funcs/T.htm history http://ncurses.scripts.mit.edu/?p=ncurses.git;a=history;f=doc/html/ada/funcs/T.htm ncurses, with patches starting at ncurses-5.6; new users should use https://github.com/ThomasDickey/ncurses-snapshots/ en ncurses //git.scripts.mit.edu/static/git-logo.png ncurses.scripts.mit.edu Git - ncurses.git/rss - doc/html/ada/funcs/T.htm history http://ncurses.scripts.mit.edu/?p=ncurses.git;a=history;f=doc/html/ada/funcs/T.htm Sat, 17 Jun 2023 21:19:52 +0000 Sat, 17 Jun 2023 21:19:52 +0000 gitweb v.2.44.0/2.44.0 ncurses 6.4 - patch 20230617 Thomas E. Dickey <dickey@invisible-island.net> Sat, 17 Jun 2023 21:19:52 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f79c210479470378389aab5b8d4d42d4a7f3d9a4 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f79c210479470378389aab5b8d4d42d4a7f3d9a4 ncurses 6.4 - patch 20230617 ncurses 6.4 - patch 20230617 + markup manpages with revision information (prompted by discussion with Bjarni Ingi Gislason).
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.3 - patch 20220115 Thomas E. Dickey <dickey@invisible-island.net> Sun, 16 Jan 2022 02:14:52 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=91e462de27aeecd5b1c8965a6dba078f7a438003 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=91e462de27aeecd5b1c8965a6dba078f7a438003 ncurses 6.3 - patch 20220115 ncurses 6.3 - patch 20220115 + improve checks for valid mouse events when an intermediate mouse state is not part of the mousemask specified by the caller (report by Anton Vidovic, cf: 20111022). + use newer version 1.36 of gnathtml for generating Ada html files.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.3 - patch 20211225 Thomas E. Dickey <dickey@invisible-island.net> Sun, 26 Dec 2021 02:01:14 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=74433bcf4f6fe40862a28f3c00edaedcd5054b01 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=74433bcf4f6fe40862a28f3c00edaedcd5054b01 ncurses 6.3 - patch 20211225 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/ada/funcs/T.htm
]]>
ncurses 6.2 - patch 20210904 Thomas E. Dickey <dickey@invisible-island.net> Sun, 5 Sep 2021 00:58:54 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=643ec2bf782cd02efafe3ccdeaea8920a404645e http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=643ec2bf782cd02efafe3ccdeaea8920a404645e ncurses 6.2 - patch 20210904 ncurses 6.2 - patch 20210904 + modify linux3.0 entry to reflect default mapping of shift-tab by kbd 1.14 (report by Jan Engelhardt) -TD + add historical note to tput, curses-terminfo and curses-color manpages based on source-code for SVr2, SVr3 and SVr4. + minor grammatical fixes for "it's" vs "its" (report by Nick Black). + amend fix for --disable-root-environ (report by Arnav Singh). + build-fix for compiling link_test + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify use (Debian #993179).
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.2 - patch 20210828 Thomas E. Dickey <dickey@invisible-island.net> Sat, 28 Aug 2021 22:42:26 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9b51794524995304d8788e42aacb36feede9364f http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9b51794524995304d8788e42aacb36feede9364f ncurses 6.2 - patch 20210828 ncurses 6.2 - patch 20210828 + correct reversed check for --disable-root-environ (report/analysis by Arnav Singh, cf: 20210626). + apply gcc format attribute to prototypes which use a va_list parameter rather than a "..." variable-length parameter list (prompted by discussion in a tmux pull-request). + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE, e.g., for NetBSD which generally supports 500, but 600 is needed for ncursesw. + improve documentation for tparm and static/dynamic variables. + improve typography in terminfo.5 (patch by Branden Robinson).
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.2 - patch 20200212 Thomas E. Dickey <dickey@invisible-island.net> Wed, 12 Feb 2020 09:50:22 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=47d2fb4537d9ad5bb14f4810561a327930ca4280 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=47d2fb4537d9ad5bb14f4810561a327930ca4280 ncurses 6.2 - patch 20200212 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/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20200118 Thomas E. Dickey <dickey@invisible-island.net> Sun, 19 Jan 2020 02:49:58 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 ncurses 6.1 - patch 20200118 ncurses 6.1 - patch 20200118 + expanded description of XM in user_caps.5 + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD + add history section to curs_slk.3x and curs_terminfo.3x manpages. + update alacritty entries for 0.4.0 (prompted by patch by Christian Durr) -TD + correct spelling errors found with codespell. + fix for test/configure, from xterm #352.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20191214 Thomas E. Dickey <dickey@invisible-island.net> Sun, 15 Dec 2019 02:10:35 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=02f1dee48fe8af6ce054388fba739aa4f975004e http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=02f1dee48fe8af6ce054388fba739aa4f975004e ncurses 6.1 - patch 20191214 ncurses 6.1 - patch 20191214 + add exit_curses() and exit_terminfo() to replace internal symbols for leak-checking.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20190727 Thomas E. Dickey <dickey@invisible-island.net> Sun, 28 Jul 2019 00:01:44 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=97cb42f22c43eb31a4bf11475bd73ab0e0b10923 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=97cb42f22c43eb31a4bf11475bd73ab0e0b10923 ncurses 6.1 - patch 20190727 ncurses 6.1 - patch 20190727 + fix a few coverity warnings. + documentation updates based on tctest.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20190713 Thomas E. Dickey <dickey@invisible-island.net> Sun, 14 Jul 2019 00:50:41 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9193d076200365eeb5ff932acdbbdcc5e452292c http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9193d076200365eeb5ff932acdbbdcc5e452292c ncurses 6.1 - patch 20190713 ncurses 6.1 - patch 20190713 + change reset's behavior for margins to simply clear soft-margins if possible, rather than clearing and then setting them according to the terminal's width (suggested by Thomas Wolff). + correct order of one wbkgd versus start_color call in test/padview.c
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20190615 Thomas E. Dickey <dickey@invisible-island.net> Sun, 16 Jun 2019 00:13:35 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d ncurses 6.1 - patch 20190615 ncurses 6.1 - patch 20190615 + expand the portability section of the man/tabs.1 manual page. + regenerate HTML manpages.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20190323 Thomas E. Dickey <dickey@invisible-island.net> Sun, 24 Mar 2019 01:47:18 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=0de8912c1c0746eb37b733e9e6fdf852aab9506a http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=0de8912c1c0746eb37b733e9e6fdf852aab9506a ncurses 6.1 - patch 20190323 ncurses 6.1 - patch 20190323 + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef. + corrected prototypes in several manpages using script to extract those in compilable form. + use _nc_copy_termtype2() rather than direct assignment in setupterm, in case it is called repeatedly using fallback terminfo descriptions (report/patch by Werner Fink).
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 6.1 - patch 20190317 Thomas E. Dickey <dickey@invisible-island.net> Mon, 18 Mar 2019 00:04:50 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=cb4427a16794d98049b4d790b810d62217501f9f http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=cb4427a16794d98049b4d790b810d62217501f9f ncurses 6.1 - patch 20190317 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/ada/funcs/T.htm
]]>
ncurses 6.0 - patch 20180106 Thomas E. Dickey <dickey@invisible-island.net> Sun, 7 Jan 2018 02:47:04 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=bca50d0d8592defee6c584fdedd25f4b1a31345b http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=bca50d0d8592defee6c584fdedd25f4b1a31345b ncurses 6.0 - patch 20180106 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/ada/funcs/T.htm
]]>
ncurses 6.0 - patch 20150606 Thomas E. Dickey <dickey@invisible-island.net> Sun, 7 Jun 2015 01:16:17 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd ncurses 6.0 - patch 20150606 ncurses 6.0 - patch 20150606 + make ABI 6 the default by updates to dist.mk and VERSION, with the intention that the existing ABI 5 should build as before using the "--with-abi=5" option. + regenerate ada- and man-html documentation. + minor fixes to color- and util-manpages. + fix a regression in Ada95/gen/Makefile.in, to handle special case of Cygwin, which uses the broken-linker feature. + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that ncurses package scripts work when present for cross-compiling, as the lessor of two evils (cf: 20150530). + add check in configure script to disallow conflicting options "--with-termlib" and "--enable-term-driver". + move defaults for "--disable-lp64" and "--with-versioned-syms" into CF_ABI_DEFAULTS macro.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 5.9 - patch 20140524 Thomas E. Dickey <dickey@invisible-island.net> Sun, 25 May 2014 01:22:18 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=34d602f272c394e9a980438e636e1ce4d355f83b http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=34d602f272c394e9a980438e636e1ce4d355f83b ncurses 5.9 - patch 20140524 ncurses 5.9 - patch 20140524 + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE environment variable. + improve discussion of input-echoing in curs_getch.3x + clarify discussion in curs_addch.3x of wrapping. + modify parametrized.h to make fln non-padded. + correct several entries which had termcap-style padding used in terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD + correct syntax for padding in some entries: dg211, h19 -TD + correct ti924-8 which had confused padding versus octal escapes -TD + correct padding in sbi entry -TD + fix an old bug in the termcap emulation; "%i" was ignored in tparm() because the parameters to be incremented were already on the internal stack (report by Corinna Vinschen). + modify tic's "-c" option to take into account the "-C" option to activate additional checks which compare the results from running tparm() on the terminfo expressions versus the translated termcap expressions. + modify tic to allow it to read from FIFOs (report by Matthieu Fronton, cf: 20120324). > patches by Nicolas Boulenguez: + explicit dereferences to suppress some style warnings. + when c_varargs_to_ada.c includes its header, use double quotes instead of <>. + samples/ncurses2-util.adb: removed unused with clause. The warning was removed by an obsolete pragma. + replaced Unreferenced pragmas with Warnings (Off). The latter, available with older GNATs, needs no configure test. This also replaces 3 untested Unreferenced pragmas. + simplified To_C usage in trace handling. Using two parameters allows some basic formatting, and avoids a warning about security with some compiler flags. + for generated Ada sources, replace many snippets with one pure package. + removed C_Chtype and its conversions. + removed C_AttrType and its conversions. + removed conversions between int, Item_Option_Set, Menu_Option_Set. + removed int, Field_Option_Set, Item_Option_Set conversions. + removed C_TraceType, Attribute_Option_Set conversions. + replaced C.int with direct use of Eti_Error, now enumerated. As it was used in a case statement, values were tested by the Ada compiler to be consecutive anyway. + src/Makefile.in: remove duplicate stanza + only consider using a project for shared libraries. + style. Silent gnat-4.9 warning about misplaced "then". + generate shared library project to honor ADAFLAGS, LDFLAGS.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 5.9 - patch 20130518 Thomas E. Dickey <dickey@invisible-island.net> Sun, 19 May 2013 00:22:02 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=761e4f0825b330e970558e82a4bd638383914429 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=761e4f0825b330e970558e82a4bd638383914429 ncurses 5.9 - patch 20130518 ncurses 5.9 - patch 20130518 + corrected ifdefs in test/testcurs.c to allow comparison of mouse interface versus pdcurses (cf: 20130316). + add pow() to configure-check for math library, needed since 20121208 for test/hanoi (Debian #708056). + regenerated html manpages. + update doctype used for html documentation.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 5.8 - patch 20110326 Thomas E. Dickey <dickey@invisible-island.net> Sun, 27 Mar 2011 01:06:46 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=2b635f090ec43c82958cef9369464aee4dd8975f http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=2b635f090ec43c82958cef9369464aee4dd8975f ncurses 5.8 - patch 20110326 ncurses 5.8 - patch 20110326 + add special check in Ada95/configure script for ncurses6 reentrant code. + regen Ada html documentation. + build-fix for Ada shared libraries versus the varargs workaround. + add rpm and dpkg scripts for Ada95 and test directories, for test builds. + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and CF_X_ATHENA_LIBS. + add configure check to determine if gnat's project feature supports libraries, i.e., collections of .ali files. + make all dereferences in Ada95 samples explicit. + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu). + add configure check for, ifdef's for math.h which is in a separate package on Solaris and potentially not installed (report by Petr Pavlu). > fixes for Ada95 binding (Nicolas Boulenguez): + improve type-checking in Ada95 by eliminating a few warning-suppress pragmas. + suppress unreferenced warnings. + make all dereferences in binding explicit.
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 5.8 - patch 20110319 Thomas E. Dickey <dickey@invisible-island.net> Sun, 20 Mar 2011 00:59:06 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9776951416d7fb862b9dca1f4c9f8031a5c9059b http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9776951416d7fb862b9dca1f4c9f8031a5c9059b ncurses 5.8 - patch 20110319 ncurses 5.8 - patch 20110319 + regen Ada html documentation. + change order of -I options from ncurses*-config script when the --disable-overwrite option was used, so that the subdirectory include is listed first. + modify the make-tar.sh scripts to add a MANIFEST and NEWS file. + modify configure script to provide value for HTML_DIR in Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is distributed separately (report by Nicolas Boulenguez). + modify configure script to add -g and/or -O3 to ADAFLAGS if the CFLAGS for the build has these options. + amend change from 20070324, to not add 1 to the result of getmaxx and getmaxy in the Ada binding (report by Nicolas Boulenguez for thread in comp.lang.ada). + build-fix Ada95/samples for gnat 4.5 + spelling fixes for Ada95/samples/explain.txt > fixes for Ada95 binding (Nicolas Boulenguez): + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS. + add workaround for binding to set_field_type(), which uses varargs. The original binding from 990220 relied on the prevalent implementation of varargs which did not support or need va_copy(). + add dependency on gen/Makefile.in needed for *-panels.ads + add Library_Options to library.gpr + add Languages to library.gpr, for gprbuild
  • [D] doc/html/ada/funcs/T.htm
]]>
ncurses 5.8 - patch 20110226 Thomas E. Dickey <dickey@invisible-island.net> Sat, 26 Feb 2011 20:51:01 +0000 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f86cbeb5f9bd96ab041d34039c35749a14965039 http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=f86cbeb5f9bd96ab041d34039c35749a14965039 ncurses 5.8 - patch 20110226 ncurses 5.8 - patch 20110226 + update release notes, for 5.8. + regenerated html manpages. + change open() in _nc_read_file_entry() to fopen() for consistency with write_file(). + modify misc/run_tic.in to create parent directory, in case this is a new install of hashed database. + fix typo in Ada95/mk-1st.awk which causes error with original awk. + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
  • [D] doc/html/ada/funcs/T.htm
]]>