.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=194
This commit is contained in:
parent
b2532ebd47
commit
628442947e
@ -17,9 +17,9 @@
|
|||||||
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
||||||
@@ -6799,6 +6799,7 @@ else
|
@@ -6799,6 +6799,7 @@ else
|
||||||
fi;
|
fi;
|
||||||
echo "$as_me:6899: result: $with_overwrite" >&5
|
echo "$as_me:6900: result: $with_overwrite" >&5
|
||||||
echo "${ECHO_T}$with_overwrite" >&6
|
echo "${ECHO_T}$with_overwrite" >&6
|
||||||
+WITH_OVERWRITE="$with_overwrite"
|
+WITH_OVERWRITE="$with_overwrite"
|
||||||
|
|
||||||
echo "$as_me:6902: checking if external terminfo-database is used" >&5
|
echo "$as_me:6903: checking if external terminfo-database is used" >&5
|
||||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dc1382c519a0265be2695e7aeff8d94118d06523deb51525366dbab169481ab3
|
oid sha256:1da12c19fee2d0ef6528a696548209ccdd2bd431e333df7f3f075ae2f95904bc
|
||||||
size 4395449
|
size 4464764
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 12:00:16 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Add ncurses patch 20150404
|
||||||
|
+ improve description of start_color() in the manual.
|
||||||
|
+ modify several files in ncurses- and progs-directories to allow
|
||||||
|
const data used in internal tables to be put by the linker into the
|
||||||
|
readonly text segment.
|
||||||
|
- Add ncurses patch 20150329
|
||||||
|
+ correct cut/paste error for "--enable-ext-putwin" that made it the
|
||||||
|
same as "--enable-ext-colors" (report by Roumen Petrov)
|
||||||
|
- Add ncurses patch 20150328
|
||||||
|
+ add "-f" option to test/savescreen.c to help with testing/debugging
|
||||||
|
the extended putwin/getwin.
|
||||||
|
+ add logic for writing/reading combining characters in the extended
|
||||||
|
putwin/getwin.
|
||||||
|
+ add "--enable-ext-putwin" configure option to turn on the extended
|
||||||
|
putwin/getwin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 9 10:36:15 UTC 2015 - werner@suse.de
|
Mon Mar 9 10:36:15 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user