[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.2-20010113.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.2-20010113.patch.gz |
Date: |
Sat, 13 Jan 2001 20:52:38 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.2 - patch 20010113 - 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
------------------------------------------------------------------------------
20010113
+ modify view.c to test halfdelay(). Like other tests, this recognizes
the 's' and space commands for stopping/starting polled input, shows
a freerunning clock in the header. If given a parameter to 's', that
makes view.c use halfdelay() with that parameter rather than
nodelay().
+ fix to allow compile with the experimental configure option
--disable-hashmap.
+ modify postprocess_termcap() to avoid overwriting key_backspace,
key_left, key_down when processing a non-base entry (report/patch by
Tom Riddle).
+ modify _nc_wrap_entry(), adding option to reallocate the string
table, needed in _nc_merge_entry() when merging termcap entries.
(adapted from report/patch by Tom Riddle <address@hidden>).
+ modify a few configure script macros to keep $CFLAGS used only for
compiler options, preprocessor options in $CPPFLAGS.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.2-20010113.patch.gz,
Thomas Dickey <=