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_BUFSIZ
Update of bug #62076 (project screen):
Status:None => Fixed
Open/Closed:Open => Closed
Planned Release:None => 5.0.0
___
> As I can see, you use master(4.99), not 4.8.0, right?
I use neither branch master, nor tag v.4.8.0.
I reproduced this using a specific commit
(241553f21ce38eae821ea4c1e12241365563d444) that to me appears to be
the one that introduces the problem.
This commit is included in (ancestor of) screen-v4