SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-07-14 09:02:37 +00:00 committed by Git OBS Bridge
parent 1ce64b6c90
commit d835ffe32e
2 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04128d9c414df084b7e27f5b98f314cd172fb0025abc97936284061c4c7f0f89
size 3613329
oid sha256:2cc28ee8fe68d82cb0acb83a4c9c1b6b807e0bbe4d20f29a63d60e11bece346a
size 3618996

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jul 14 08:57:10 UTC 2014 - werner@suse.de
- Add ncurses patch 20140712
+ correct Charable() macro check for A_ALTCHARSET in wide-characters.
+ build-fix for position-debug code in tty_update.c, to work with or
without sp-funcs.
- Add ncurses patch 20140705
+ add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
video-attributes and colors with double-width character strings.
-------------------------------------------------------------------
Mon Jun 30 07:09:05 UTC 2014 - werner@suse.de
- Add ncurses patch 20140629
+ correct check in win_driver.c for saving screen contents, e.g., when
NCURSES_CONSOLE2 is set (cf: 20140503).
+ reorganize b/B menu items in ncurses.c, putting the test-strings into
subwindows. This is needed for a planned change to use Unicode
fullwidth characters in the test-screens.
+ correct update to form status for _NEWTOP, broken by fixes for
compiler warnings (patch by Leon Winter, cf: 20120616).
-------------------------------------------------------------------
Tue Jun 24 12:40:25 UTC 2014 - werner@suse.de