bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2-20020928.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20020928.patch.gz
Date: Sat, 28 Sep 2002 20:16:25 -0400
User-agent: Mutt/1.3.27i

 ncurses 5.2 - patch 20020928 - 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

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

20020928 pre-release
        + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
          it is found, to accommodate newer utility which dropped the
          compatibility support for +number options (reported by Andrey A
          Chernov).
        + modify linux terminfo entry to use color palette feature from
          linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
        + restore original color definitions in endwin() if init_color() was
          used, and resume those colors on the next doupdate() or refresh()
          (report by Tomasz Wasiak <address@hidden>).
        + improve debug-traces by modifying MKlib_gen.sh to generate calls
          to returnBool() and returnAttr().
        + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
          of waddnstr() and similar functions to match the parameters as used.
        + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
        + correct type used by _nc_retrace_chtype().
        + add debug traces to some functions in lib_mouse.c
        + modify lib_addch.c to handle non-spacing characters.
        + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
          demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
        + correct width computed in _tracedump(), which did not account for
          the attributes (broken in 20010602).
        + modify test/tracemunch to replace addresses for windows other than
          curscr, newscr and stdscr with window0, window1, etc.




reply via email to

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