SHA256
1
0
forked from pool/ncurses

Add patch 20161217

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=277
This commit is contained in:
2016-12-19 13:04:45 +00:00
committed by Git OBS Bridge
parent 54de875aab
commit 8f7461bf1b
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 19 12:57:51 UTC 2016 - werner@suse.de
- Add ncurses patch 20161217
+ add tput-colorcube demo script.
+ add -r and -s options to tput-initc demo, to match usage in xterm.
+ flush the standard output in _nc_flush for the case where SP is zero,
e.g., when called via putp. This fixes a scenario where "tput flash"
did not work after changes in 20130112.
-------------------------------------------------------------------
Mon Dec 12 12:25:00 UTC 2016 - werner@suse.de