forked from pool/ncurses
44874ba07f
Copy from Base:System/ncurses based on submit request 24424 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=25
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
Index: ncurses/tinfo/lib_setup.c
|
|
===================================================================
|
|
--- ncurses/tinfo/lib_setup.c.orig
|
|
+++ ncurses/tinfo/lib_setup.c
|
|
@@ -563,7 +563,7 @@ _nc_setupterm(NCURSES_CONST char *tname,
|
|
const TERMTYPE *fallback = _nc_fallback(tname);
|
|
|
|
if (fallback) {
|
|
- termp->type = *fallback;
|
|
+ _nc_copy_termtype(&(termp->type),fallback);
|
|
status = TGETENT_YES;
|
|
}
|
|
}
|