Michael Schröder
d629827c7c
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=28
36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
Index: screen-4.0.3/display.h
|
|
===================================================================
|
|
--- screen-4.0.3.orig/display.h
|
|
+++ screen-4.0.3/display.h
|
|
@@ -85,7 +85,7 @@ struct display
|
|
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[42 + 1]; /* $TERM */
|
|
char *d_tentry; /* buffer for tgetstr */
|
|
char d_tcinited; /* termcap inited flag */
|
|
int d_width, d_height; /* width/height of the screen */
|
|
Index: screen-4.0.3/screen.h
|
|
===================================================================
|
|
--- screen-4.0.3.orig/screen.h
|
|
+++ screen-4.0.3/screen.h
|
|
@@ -191,7 +191,7 @@ struct msg
|
|
int nargs;
|
|
char line[MAXPATHLEN];
|
|
char dir[MAXPATHLEN];
|
|
- char screenterm[20]; /* is screen really "screen" ? */
|
|
+ char screenterm[42]; /* is screen really "screen" ? */
|
|
}
|
|
create;
|
|
struct
|
|
@@ -203,7 +203,7 @@ struct msg
|
|
char preselect[20];
|
|
int esc; /* his new escape character unless -1 */
|
|
int meta_esc; /* his new meta esc character unless -1 */
|
|
- char envterm[20 + 1]; /* terminal type */
|
|
+ char envterm[42 + 1]; /* terminal type */
|
|
int encoding; /* encoding of display */
|
|
int detachfirst; /* whether to detach remote sessions first */
|
|
}
|