diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-04-30 04:16:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-04-30 04:16:24 +0000 |
commit | 0d968e414cf268a76174fe0ece60523f2cc77606 (patch) | |
tree | 6c79c46b3e2f9e9866097c7e2c427f219e890c68 /sysutils/screen-legacy/files/patch-display.h | |
parent | Update to 6.0.3 (diff) |
Prepare for screen 4.2.1. Screen 4.0.3 becomes screen-legacy.
Notes
Notes:
svn path=/head/; revision=352668
Diffstat (limited to 'sysutils/screen-legacy/files/patch-display.h')
-rw-r--r-- | sysutils/screen-legacy/files/patch-display.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/screen-legacy/files/patch-display.h b/sysutils/screen-legacy/files/patch-display.h new file mode 100644 index 000000000000..cb3610bdfbd0 --- /dev/null +++ b/sysutils/screen-legacy/files/patch-display.h @@ -0,0 +1,11 @@ +--- 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 */ |