summaryrefslogtreecommitdiff
path: root/editors/2bsd-vi/files/patch-config-h
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2014-07-16 20:26:23 +0000
committerDavid Thiel <lx@FreeBSD.org>2014-07-16 20:26:23 +0000
commit570600660fb6b458557bb440e2b95455a53328f3 (patch)
tree61b1865ac8dce798c3a21770cc4f83a43bcea65f /editors/2bsd-vi/files/patch-config-h
parent- Update to the latest upstream versions: (diff)
Fix makefile warnings and allow widths wider than 160 characters.
PR: 183860 Submitted by: hatanou@infolab.ne.jp
Notes
Notes: svn path=/head/; revision=362108
Diffstat (limited to 'editors/2bsd-vi/files/patch-config-h')
-rw-r--r--editors/2bsd-vi/files/patch-config-h17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/2bsd-vi/files/patch-config-h b/editors/2bsd-vi/files/patch-config-h
new file mode 100644
index 000000000000..29377a1dc257
--- /dev/null
+++ b/editors/2bsd-vi/files/patch-config-h
@@ -0,0 +1,17 @@
+diff -urN editors/2bsd-vi.orig/files/patch-config.h editors/2bsd-vi/files/patch-config.h
+--- editors/2bsd-vi.orig/files/patch-config.h 1970-01-01 09:00:00.000000000 +0900
++++ editors/2bsd-vi/files/patch-config.h 2013-11-11 21:56:16.000000000 +0900
+@@ -0,0 +1,13 @@
++--- config.h.orig 2005-02-19 19:25:39.000000000 +0900
+++++ config.h 2013-11-11 21:54:26.000000000 +0900
++@@ -95,8 +95,8 @@
++ #define TUBESIZE 6000 /* Maximum screen size for visual */
++ #else /* VMUNIX */
++ #define TUBELINES 100
++-#define TUBECOLS 160
++-#define TUBESIZE 16000
+++#define TUBECOLS 300
+++#define TUBESIZE 30000
++ #endif /* VMUNIX */
++
++ /*