[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20030105.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20030105.patch.gz |
Date: |
Sun, 5 Jan 2003 19:47:24 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.3 - patch 20030105 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.3 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.3 are in the subdirectory
ftp://dickey.his.com/ncurses/5.3
------------------------------------------------------------------------------
20030105
+ improve description of terminfo operators, especially static/dynamic
variables (discussion with Mark I Manning IV <address@hidden>).
+ demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
use the predefined TYPE_ALPHA field-type, and by defining a
specialized type for the middle initial/name.
+ fix MKterminfo.sh, workaround for POSIXLY_CORRECT misfeature of sed
4.0
> Philippe Blain:
+ optimize can_clear_with() a little by testing first if the parameter
is indeed a "blank".
+ simplify ClrBottom() a little by allowing it to use clr_eos to clear
sections as small as one line.
+ improve ClrToEOL() by checking if clr_eos is available before trying
to use it.
+ use tputs() rather than putp() in a few cases in tty_update.c since
the corresponding delays are proportional to the number of lines
affected: repeat_char, clr_eos, change_scroll_region.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.3-20030105.patch.gz,
Thomas Dickey <=