SHA256
3
0
forked from pool/ncurses
Dr. Werner Fink 2014-09-30 14:18:25 +00:00 committed by Git OBS Bridge
parent c3010d5aa0
commit 82f8cc9d75
2 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5907d184b04f0f8695c2dcf577e8409b53968223eab27ab39cc92942d00a41c9
size 3908267
oid sha256:0cd1185a3c20b46192fd391526e7797275a29e16236d1c3157512a1d7c3e4b2a
size 3916934

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Sep 30 14:15:11 UTC 2014 - werner@suse.de
- Add upstream patch 20140927
+ implement curs_set in win_driver.c
+ implement flash in win_driver.c
+ fix an infinite loop in win_driver.c if the command-window loses
focus.
+ improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
win_driver.c by temporarily changing the buffer-size to match the
window-size to eliminate the scrollback. Also enforce a minimum
screen-size of 24x80 in the non-buffered mode.
+ modify generated misc/Makefile to suppress install.data from the
dependencies if the --disable-db-install option is used, compensating
for the top-level makefile changes used to add ncurses*-config in the
20140920 changes (report by Steven Honeyman).
-------------------------------------------------------------------
Tue Sep 23 08:22:42 UTC 2014 - werner@suse.de