bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.6-20070310.patch.gz


From: Thomas Dickey
Subject: ncurses-5.6-20070310.patch.gz
Date: Sat, 10 Mar 2007 20:11:42 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 ncurses 5.6 - patch 20070310 - Thomas E. Dickey

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

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

 Patches for ncurses 5.6 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.6

 ------------------------------------------------------------------------------
 patch by Thomas E. Dickey <address@hidden>
 created  Sun Mar 11 01:07:00 UTC 2007
 ------------------------------------------------------------------------------
 INSTALL                      |   16 
 NEWS                         |   15 
 configure                    | 2896 ++++++++++++++++++++---------------------
 configure.in                 |   32 
 dist.mk                      |    4 
 include/curses.h.in          |   77 -
 include/curses.tail          |    3 
 include/curses.wide          |    4 
 include/ncurses_defs         |    3 
 include/ncurses_dll.h        |   11 
 man/curs_terminfo.3x         |   18 
 ncurses/base/MKlib_gen.sh    |    6 
 ncurses/base/lib_color.c     |   23 
 ncurses/base/lib_getch.c     |   12 
 ncurses/base/lib_newterm.c   |   19 
 ncurses/base/lib_newwin.c    |    8 
 ncurses/base/lib_screen.c    |   19 
 ncurses/base/lib_set_term.c  |   40 
 ncurses/base/resizeterm.c    |   14 
 ncurses/curses.priv.h        |   19 
 ncurses/tinfo/lib_acs.c      |    4 
 ncurses/tinfo/lib_baudrate.c |   10 
 ncurses/tinfo/lib_data.c     |   22 
 ncurses/tinfo/lib_setup.c    |   53 
 ncurses/trace/visbuf.c       |    6 
 test/README                  |    4 
 test/cardfile.c              |    8 
 test/ins_wide.c              |   12 
 test/inserts.c               |   12 
 test/ncurses.c               |    4 
 30 files changed, 1826 insertions(+), 1548 deletions(-)
 ------------------------------------------------------------------------------

20070310
        + increase size of array in _nc_visbuf2n() to make "tic -v" work
          properly in its similar_sgr() function (report/analysis by Peter
          Santoro).
        + add --enable-reentrant configure option for ongoing changes to
          implement a reentrant version of ncurses:
          + libraries are suffixed with "t"
          + wrap several global variables (curscr, newscr, stdscr, ttytype,
            COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
            functions returning values stored in SCREEN or cur_term.
          + move some initialization (LINES, COLS) from lib_setup.c,
            i.e., setupterm() to _nc_setupscreen(), i.e., newterm().

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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