Updating link to change in openSUSE:Factory/ncurses revision 244

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=c313b243ccecc5d39418a83b38dedc9c
This commit is contained in:
OBS User buildservice-autocommit
2023-07-29 18:09:45 +00:00
committed by Git OBS Bridge
parent e72e938b2a
commit 914884b049
6 changed files with 76 additions and 35 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Jul 17 06:12:22 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230715
+ correct wadd_wch_literal() when adding a non-spacing character to a
double-width character.
+ improve manual page for curs_util.
+ improve manual page for wadd_wch().
-------------------------------------------------------------------
Mon Jul 10 14:08:50 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230708
+ add linux+kbs for terminals which imitate xterm's behavior with
Linux -TD
+ modify MinGW driver to return KEY_BACKSPACE when an unmodified
VK_BACK virtual key is entered (prompted by patch by Pavel Fedin,
Savannah #64292).
+ disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
used (report by Sven Joachim, Debian #1040048).
- Port the patch ncurses-6.4.dif
-------------------------------------------------------------------
Mon Jul 3 07:27:16 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230701
+ fix mandoc warnings about unnecessary markup.
+ improve parameter check in tparm_setup()
- Extend compiled in fall back terminals with xterm-256color
and ms-terminal (the first is now a days more common and second
one is useful for ssh connections to MS(tm))
-------------------------------------------------------------------
Mon Jun 26 08:57:42 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230624
+ fixes for out-of-memory condition (report by "eaglegai").
- Add ncurses patch 20230625
+ adjust man/make_sed.sh to work with dates as the third field of TH.
+ fixes for out-of-memory condition (report by "eaglegai").
-------------------------------------------------------------------
Mon Jun 19 07:43:18 UTC 2023 - Dr. Werner Fink <werner@suse.de>