bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2-20020817.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20020817.patch.gz
Date: Sat, 17 Aug 2002 20:43:43 -0400
User-agent: Mutt/1.3.27i

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

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

20020817
        + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
          pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
          modify the global curscr/stdscr/newscr variables.  Fixes Redhat
          bugzilla #68199 dated 2002-07-07.
        + add checks for null pointer in calls to tparm() and tgoto() based on
          FreeBSD bug report.  If ncurses were built with termcap support, and
          the first call to tgoto() were a zero-length string, the result would
          be a null pointer, which was not handled properly.
        + correct a typo in terminfo.head, which gave the octal code for colon
          rather than comma.
        + remove the "tic -u" option from 20020810, since it did not account
          for nested "tc=" clauses, and when that was addressed, was still
          unsatisfactory.




reply via email to

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