summaryrefslogtreecommitdiffstats
path: root/comms/minicom/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'comms/minicom/files/patch-af')
-rw-r--r--comms/minicom/files/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/minicom/files/patch-af b/comms/minicom/files/patch-af
index c721ec7..f52faa6 100644
--- a/comms/minicom/files/patch-af
+++ b/comms/minicom/files/patch-af
@@ -1,6 +1,6 @@
---- src/window.c.orig 2008-02-06 22:49:55.000000000 +0100
-+++ src/window.c 2008-04-17 20:08:10.000000000 +0200
-@@ -70,6 +70,7 @@
+--- src/window.c.orig 2010-12-12 14:56:25.000000000 +0100
++++ src/window.c 2011-12-28 16:07:59.000000000 +0100
+@@ -66,6 +66,7 @@ static const char *CE, *Al, *Dl, *AL, *D
static const char *CS, *SF, *SR, *VB, *BL;
static const char *VE, *VI, *KS, *KE;
static const char *CD, *CL, *IC, *DC;
@@ -8,7 +8,7 @@
static const char *CR, *NL;
#ifdef ST_LINE
static const char *TS, *FS, *DS;
-@@ -342,8 +343,8 @@
+@@ -335,8 +336,8 @@ static void _gotoxy(int x, int y)
else if (NL != NULL && x == 0 && x == curx && y == cury + 1)
outstr(NL);
#endif
@@ -19,7 +19,7 @@
else
outstr(tgoto(CM, x, y));
curx = x;
-@@ -2007,7 +2008,7 @@
+@@ -2000,7 +2001,7 @@ int win_init(int fg, int bg, int attr)
CL = tgetstr("cl", &_tptr);
IC = tgetstr("ic", &_tptr);
DC = tgetstr("dc", &_tptr);
@@ -28,7 +28,7 @@
CR = tgetstr("cr", &_tptr);
NL = tgetstr("nl", &_tptr);
AC = tgetstr("ac", &_tptr);
-@@ -2066,11 +2067,11 @@
+@@ -2059,11 +2060,11 @@ int win_init(int fg, int bg, int attr)
_has_am = tgetflag("am");
_mv_standout = tgetflag("ms");
if (tgetflag("bs")) {
OpenPOWER on IntegriCloud