ncurses/ncurses-5.5-20061209-tgetent.patch
Miroslav Lichvar c27798dfe4 - update to patch 20061209
- strip large tables from shared libraries, reduce number of relocations
- package utils linked with libncurses instead of libncursesw
- package only wide-character headers
2006-12-11 15:12:09 +00:00

11 lines
296 B
Diff

--- ncurses-5.5/ncurses/tinfo/lib_termcap.c.tgetent 2006-12-07 13:07:03.000000000 +0100
+++ ncurses-5.5/ncurses/tinfo/lib_termcap.c 2006-12-07 13:07:04.000000000 +0100
@@ -135,6 +135,7 @@
}
LAST_TRM = cur_term;
LAST_SEQ = ++sequence;
+ LAST_BUF = 0;
PC = 0;
UP = 0;