Accepting request 127417 from Base:System

- Add ncurses patch 5.9.20120707 (bnc#769788)
  + add ncurses_mingw.h to installed headers (prompted by patch by
    Juergen Pfeifer).
  + clarify return-codes from wgetch() in response to SIGWINCH (prompted
    by Novell #769788).
  + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
    if screensize is unchanged.  Modify _nc_update_screensize() to push a
    KEY_RESIZE if there was a SIGWINCH, even if it does not call
    resizeterm().  These changes eliminate the case where a SIGWINCH is
    received, but ERR returned from wgetch or wgetnstr because the screen
    dimensions did not change (Novell #769788).

OBS-URL: https://build.opensuse.org/request/show/127417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=58
This commit is contained in:
Ismail Dönmez 2012-07-12 08:49:22 +00:00 committed by Git OBS Bridge
commit 8db81e170a
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64854ac8a7cd14629075a5f21b23338bc97e8596cfd85e23e7ba1c6f0c40303a
size 1291773
oid sha256:01bbaad70126e3991c383bad902e77479fbd390f8134bcbab6e12de373cfd75b
size 1305476

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 9 12:51:19 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120707 (bnc#769788)
+ add ncurses_mingw.h to installed headers (prompted by patch by
Juergen Pfeifer).
+ clarify return-codes from wgetch() in response to SIGWINCH (prompted
by Novell #769788).
+ modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
if screensize is unchanged. Modify _nc_update_screensize() to push a
KEY_RESIZE if there was a SIGWINCH, even if it does not call
resizeterm(). These changes eliminate the case where a SIGWINCH is
received, but ERR returned from wgetch or wgetnstr because the screen
dimensions did not change (Novell #769788).
-------------------------------------------------------------------
Tue Jun 26 10:41:46 UTC 2012 - werner@suse.de