bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.2-20020810.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20020810.patch.gz
Date: Sat, 10 Aug 2002 21:13:30 -0400
User-agent: Mutt/1.3.27i

 ncurses 5.2 - patch 20020810 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.2 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.2 are in the subdirectory
        ftp://dickey.his.com/ncurses/5.2

 ------------------------------------------------------------------------------

20020810
        + add tic -A option to suppress capabilities which are commented out
          when translating to termcap.
        + add tic -u option to provide older behavior of "tc=" clauses.
        + modified tic to expand all but the final "tc=" clause in a termcap
          entry, to accommodate termcap libraries which do not handle multiple
          tc clauses.
        + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
          Philippe Blain).
        + remove a couple of redundant uses of A_ATTRIBUTES in expressions
          using AttrOf(), which already incorporates that mask (report by
          Philippe Blain).
        + document TABSIZE variable.
        + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
          override compiled-in default black-on-white assumption used in
          assume_default_colors().
        + correct an off-by-one comparison against max_colors in COLORFGBG
          logic.
        + correct a use of uninitialized memory found by valgrind (reported by
          Olaf Buddenhagen <address@hidden>).
        + modified wresize() to ensure that a failed realloc will not corrupt
          the window structure, and to make subwindows fit within the resized
          window (completes Debian #87678, #101699)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]