SHA256
1
0
forked from pool/ncurses

Accepting request 240886 from Base:System

- 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.

- 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).

OBS-URL: https://build.opensuse.org/request/show/240886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=90
This commit is contained in:
Stephan Kulow 2014-07-19 09:04:11 +00:00 committed by Git OBS Bridge
commit 602708b266
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