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