[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20021026.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20021026.patch.gz |
Date: |
Sat, 26 Oct 2002 21:08:57 -0400 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.3 - patch 20021026 - 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
------------------------------------------------------------------------------
20021026
+ implement logic in lib_mouse.c to handle position reports which are
generated when XFree86 xterm is initialized with private modes 1002
or 1003. These are returned to the application as the
REPORT_MOUSE_POSITION mask, which was not implemented. Tested both
with ncurses 'a' menu (prompted by discussion with Larry Riedel
<address@hidden>).
+ modify lib_mouse.c to look for "XM" terminfo string, which allows
one to override the escape sequence used to enable/disable mouse
mode. In particular this works for XFree86 xterm private modes
1002 and 1003. If "XM" is missing (note that this is an extended
name), lib_mouse uses the conventional private mode 1000.
+ correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
where it used screen_lines (report by Philippe Blain).
+ correct makefile rules for the case when both --with-libtool and
--with-gpm are given (report by Mr E_T <address@hidden>).
+ add note to terminfo manpage regarding the differences between
setaf/setab and setf/setb capabilities (report by Pavel Roskin).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.3-20021026.patch.gz,
Thomas Dickey <=