summaryrefslogtreecommitdiff
path: root/packages/pine/pine-4.63/pine-4.61-largeterminal.patch
blob: c046546dba3caa178822ef608d32645b6916e71f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Nur pine4.61.orig/pine/osdep/os-lnx.h pine4.61/pine/osdep/os-lnx.h
--- pine4.61.orig/pine/osdep/os-lnx.h	2004-12-18 00:33:46.162401405 +0100
+++ pine4.61/pine/osdep/os-lnx.h	2004-12-18 00:34:14.473012057 +0100
@@ -247,8 +247,8 @@
 
 
 /*-- Max screen pine will display on. Used to define some array sizes --*/
-#define MAX_SCREEN_COLS  (170) 
-#define MAX_SCREEN_ROWS  (200) 
+#define MAX_SCREEN_COLS  (340) 
+#define MAX_SCREEN_ROWS  (400) 
 
 
 /*----------------------------------------------------------------------