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: Alexander Naumov
Subject: [screen-devel] [bug #63619] screen crashes on reattach in st terminal
Date: Fri, 28 Jul 2023 06:26:25 -0400 (EDT)

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

Can you test this patch please?

--- a/src/os.h
+++ b/src/os.h
@@ -507,7 +507,11 @@ typedef struct fd_set { int fds_bits[1]; } fd_set;
  */
 
 #ifndef TERMCAP_BUFSIZE
+#ifdef __APPLE__
 # define TERMCAP_BUFSIZE 1023
+#else
+# define TERMCAP_BUFSIZE 1111
+#endif
 #endif

Yes, it is a dirty workaround, but i just want to know if it fixes the problem
or not. Unfortunately, I don't have macOS on hand, so it's hard to get to the
root of the problem.


    _______________________________________________________

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]