screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #63619] screen crashes on reattach in st terminal


From: anonymous
Subject: [screen-devel] [bug #63619] screen crashes on reattach in st terminal
Date: Wed, 11 Oct 2023 19:11:21 -0400 (EDT)

Follow-up Comment #5, bug #63619 (project screen):

Currently on Gentoo, was having issues with st and can confirm the patch fixed
it. 

example patch file, located in
/etc/portage/patches/app-misc/screen/st-fix.patch


diff --git a/os.h b/os.h
index 2a1c2ca..40402ae 100644
--- a/os.h
+++ b/os.h
@@ -507,7 +507,7 @@ typedef struct fd_set { int fds_bits[1]; } fd_set;
  */
 
 #ifndef TERMCAP_BUFSIZE
-# define TERMCAP_BUFSIZE 1023
+# define TERMCAP_BUFSIZE 1111
 #endif
 
 #ifndef MAXPATHLEN




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63619>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]