SHA256
1
0
forked from pool/ncurses

Accepting request 539147 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/539147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=137
This commit is contained in:
Dominique Leuenberger 2017-11-11 13:14:03 +00:00 committed by Git OBS Bridge
commit 081cecabd1
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8351dfe461df7fffee174428a9c45153202c7f26f328b7c72ee52b4a5de79fdb
size 3000225
oid sha256:87c2dc3a09b3a45006c7e5e8668c6e88e78f0bd336cb2e0c40c74c5bf8c8f70a
size 3015203

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Oct 29 18:19:12 UTC 2017 - werner@suse.de
- Add ncurses patch 20171028
+ improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
(report by Midolikawa H).
+ fix typo in a few places for "improvements" (patch by Sven Joachim).
+ clear the other half of a double-width character on which a line
drawing character is drawn.
+ make test/ncurses.c "s" test easier to understand which subtests are
available; add a "S" wide-character overlap test-screen.
+ modify test/ncurses.c C/c tests to allow for extended color pairs.
+ add endwin() call in error-returns from test/ncurses.c omitted in
recent redesign of its menu (cf: 20170923).
+ improve install of hashed-db by removing the ".db" file as done for
directory-tree terminal databases.
+ repair a few overlooked items in include/ncurses_defs from recent
port/refactoring of test-programs (cf: 20170909).
+ add test/padview.c, to compare pads with direct updates in view.c
-------------------------------------------------------------------
Sun Oct 22 11:41:09 UTC 2017 - werner@suse.de