openbsd-ports/comms/minicom/patches/patch-ah
1998-12-18 10:49:20 +00:00

12 lines
378 B
Plaintext

--- help.c.orig Thu Feb 26 16:11:47 1998
+++ help.c Tue Aug 11 03:26:43 1998
@@ -30,7 +30,7 @@
#endif
x1 = (COLS / 2) - 34;
x2 = (COLS / 2) + 32;
- w = wopen(x1, 3, x2, 21 + i, BDOUBLE, stdattr, mfcolor, mbcolor, 0, 0, 1);
+ w = wopen(x1, 2, x2, 20 + i, BDOUBLE, stdattr, mfcolor, mbcolor, 0, 0, 1);
wlocate(w, 21, 0);
wputs(w, _("Minicom Command Summary"));