[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.1-20001009.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.1-20001009.patch.gz |
Date: |
Mon, 9 Oct 2000 22:13:34 -0400 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.1 - patch 20001009 - 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
------------------------------------------------------------------------------
20001009
+ correct order of options/parameters in run_tic.in invocation of tic,
which did not work with standard getopt() (reported by Ethan
Butterfield <address@hidden>).
+ correct logic for 'reverse' variable in lib_vidattr.c, which was
setting it true without checking if newmode had A_REVERSE set, e.g.,
using $TERM=ansi on OS/2 EMX (see 20000917).
> patch by Todd Miller:
+ add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
Previously, _nc_cgetset() would still get called on cp so the
simplest thing is to set cp to NULL if !use_terminfo_vars().
+ added checks for an empty $HOME environment variable.
> patches by Ilya Zakharevich for OS/2 EMX:
+ modify convert_configure.pl to support INSTALL. Change compiler
options in that script to use multithreading, needed for the mouse.
+ modify OS/2 mouse support, retrying as a 2-button mouse if code fails
to set up a 3-button mouse.
+ improve code for OS/2 mouse support, using _nc_timed_wait() to
replace select() call.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.1-20001009.patch.gz,
Thomas Dickey <=