aboutsummaryrefslogtreecommitdiff
path: root/misc/screen/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'misc/screen/files/patch-ag')
-rw-r--r--misc/screen/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/screen/files/patch-ag b/misc/screen/files/patch-ag
new file mode 100644
index 000000000000..cce61671404d
--- /dev/null
+++ b/misc/screen/files/patch-ag
@@ -0,0 +1,11 @@
+--- display.c.orig Fri Nov 24 02:22:01 2000
++++ display.c Fri Nov 24 02:19:13 2000
+@@ -896,7 +896,7 @@
+ char *s;
+ int c;
+ {
+- if (display && s)
++ if (display && s && *s)
+ {
+ ospeed = D_dospeed;
+ tputs(tgoto(s, 0, c), 1, DoAddChar);