From 9edb6f7cb095776f328686649b37e52c8429a6d6 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 8 Jun 2025 23:04:45 -0700 Subject: sysutils/screen: Replace sysutils/screen with sysutils/screen50 Remove sysutils/screen and rename sysutils/screen50 to sysutils/screen. --- sysutils/screen/files/patch-os.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sysutils/screen/files/patch-os.h (limited to 'sysutils/screen/files/patch-os.h') diff --git a/sysutils/screen/files/patch-os.h b/sysutils/screen/files/patch-os.h new file mode 100644 index 000000000000..a03d22029f93 --- /dev/null +++ b/sysutils/screen/files/patch-os.h @@ -0,0 +1,19 @@ +--- os.h.orig 2024-07-27 07:09:11.000000000 -0700 ++++ os.h 2024-08-19 08:47:21.152670000 -0700 +@@ -148,7 +148,7 @@ + */ + + #ifndef TERMCAP_BUFSIZE +-# define TERMCAP_BUFSIZE 1023 ++# define TERMCAP_BUFSIZE 1024 + #endif + + /* +@@ -161,6 +161,6 @@ + /* Changing those you won't be able to attach to your old sessions + * when changing those values in official tree don't forget to bump + * MSG_VERSION */ +-#define MAXTERMLEN 32 ++#define MAXTERMLEN 63 + #define MAXLOGINLEN 256 + -- cgit v1.2.3