[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-ncurses] ncurses-5.1-20000916.patch.gz
From: |
Thomas Dickey |
Subject: |
[Bug-ncurses] ncurses-5.1-20000916.patch.gz |
Date: |
Sat, 16 Sep 2000 21:51:19 -0400 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.1 - patch 20000916 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.1 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.1 are in the subdirectory
ftp://dickey.his.com/ncurses/5.1
------------------------------------------------------------------------------
20000916
+ update xterm terminfo entries to match XFree86 xterm patch #146 -TD
+ add Matrix Orbital terminfo entries (from Eric Z Ayers
<address@hidden>).
+ add special case to lib_tparm.c to allow 'screen' program to use a
termcap-style parameter "%." to tgoto() for switching character sets.
+ use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
no symbolic links.
+ updated notes in README.emx regarding autoconf patches.
+ replace a lookup table in lib_vidattr.c used to decode no_color_video
with a logic expression (suggested by Philippe Blain).
+ add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
character set attribute from the displayed text.
+ correct inequality in parameter analysis of rewritten lib_tparm.c
which had the effect of ignoring p9 in set_attributes (sgr), breaking
alternate character set (reported by Piotr Majka <address@hidden>).
+ correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
with Sun WorkShop compilers since these tokens were empty (cf:
20000902, reported by Albert Chin-A-Young).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-ncurses] ncurses-5.1-20000916.patch.gz,
Thomas Dickey <=