SHA256
1
0
forked from pool/ncurses
2016-08-08 12:35:40 +00:00
committed by Git OBS Bridge
parent 4e9f5f9473
commit 8f25fe0503
3 changed files with 61 additions and 38 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Aug 8 12:32:57 UTC 2016 - werner@suse.de
- Add ncurses patch 20160806
+ improve CF_GNU_SOURCE configure macro to optionally define
_DEFAULT_SOURCE work around a nuisance in recent glibc releases.
+ move the terminfo-specific parts of tput's "reset" function into
the shared reset_cmd.c, making the two forms of reset use the same
strings.
+ split-out the terminal initialization functions from tset as
progs/reset_cmd.c, as part of changes to merge the reset-feature
with tput.
-------------------------------------------------------------------
Mon Aug 1 11:45:10 UTC 2016 - werner@suse.de
- Add ncurses patch 20160730
+ change tset's initialization to allow it to get settings from the
standard input as well as /dev/tty, to be more effective when
output or error are redirected.
+ improve discussion of history and portability for tset/reset/tput
manual pages.
-------------------------------------------------------------------
Thu Jul 7 08:57:03 UTC 2016 - werner@suse.de