[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20030913.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20030913.patch.gz |
Date: |
Sat, 13 Sep 2003 20:17:52 -0400 |
User-agent: |
Mutt/1.5.4i |
ncurses 5.3 - patch 20030913 - 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
------------------------------------------------------------------------------
20030913
> Philippe Blain:
+ in ncurses/tty/lib_mvcur.c,
move the label 'nonlocal' just before the second gettimeofday() to
be able to compute the diff time when 'goto nonlocal' used.
Rename 'msec' to 'microsec' in the debug-message.
+ in ncurses/tty/lib_mvcur.c,
Use _nc_outch() in carriage return/newline movement instead of
putchar() which goes to stdout. Move test for xold>0 out of loop.
+ in ncurses/tinfo/setbuf.c,
Set the flag SP->_buffered at the end of operations when all has been
successful (typeMalloc can fail).
+ simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
- ncurses-5.3-20030913.patch.gz,
Thomas Dickey <=
- ncurses, libtool, and os x, Chris Zubrzycki, 2003/09/17
- Re: ncurses, libtool, and os x, Thomas Dickey, 2003/09/18
- Re: ncurses, libtool, and os x, Chris Zubrzycki, 2003/09/18
- Re: ncurses, libtool, and os x, Thomas Dickey, 2003/09/18
- Re: ncurses, libtool, and os x, Chris Zubrzycki, 2003/09/18
- Re: ncurses, libtool, and os x, Thomas Dickey, 2003/09/18
- Re: ncurses, libtool, and os x, Chris Zubrzycki, 2003/09/18