diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-04-30 04:22:34 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-04-30 04:22:34 +0000 |
commit | b55f1ca0fbe6f289b7e22b4b0370714b90f154ef (patch) | |
tree | 41acca650b9b19788e148e639378ff3493730f12 /sysutils/screen/files/patch-display.h | |
parent | Prepare for screen 4.2.1. Screen 4.0.3 becomes screen-legacy. (diff) |
Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
Notes
Notes:
svn path=/head/; revision=352669
Diffstat (limited to 'sysutils/screen/files/patch-display.h')
-rw-r--r-- | sysutils/screen/files/patch-display.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/screen/files/patch-display.h b/sysutils/screen/files/patch-display.h deleted file mode 100644 index cb3610bdfbd0..000000000000 --- a/sysutils/screen/files/patch-display.h +++ /dev/null @@ -1,11 +0,0 @@ ---- display.h.orig 2003-07-01 07:01:42.000000000 -0700 -+++ display.h 2011-11-07 11:54:32.842183150 -0800 -@@ -85,7 +85,7 @@ - struct win *d_other; /* pointer to other window */ - int d_nonblock; /* -1 don't block if obufmax reached */ - /* >0: block after nonblock secs */ -- char d_termname[20 + 1]; /* $TERM */ -+ char d_termname[63 + 1]; /* $TERM */ - char *d_tentry; /* buffer for tgetstr */ - char d_tcinited; /* termcap inited flag */ - int d_width, d_height; /* width/height of the screen */ |