[screen-devel] [bug #63634] GNU Screen should use wcwdith() in utf8_isdouble() instead of hard-coded tables

2023-08-06 Thread Vincent Lefèvre
Follow-up Comment #2, bug #63634 (project screen): [(Erreur - Introuvable)] Yes, this was for screen-v4. Concerning master, I cannot reproduce the display issue with my testcase using Mutt, perhaps because the way the display is managed is different in master. But I eventually managed to trigger

[screen-devel] [bug #64518] Docs: Texinfo Mousetrack node points to wrong top node.

2023-08-06 Thread Sebastian Carlos
URL: Summary: Docs: Texinfo Mousetrack node points to wrong top node. Group: GNU Screen Submitter: sebastiancarlos Submitted: Sun 06 Aug 2023 01:07:14 PM UTC Category: Documen

[screen-devel] [PATCH] src/display.c: Fix call to undeclared function chmod

2023-08-06 Thread Brahmajit Das
First discovered on gentoo musl+llvm profile. The chmod function comes from the header file sys/stat.h which was not included in the source file display.c, and thus the error. This patch should fix the build error. Bug: https://bugs.gentoo.org/894562 Signed-off-by: Brahmajit Das --- src/display.

[screen-devel] freeze screen on debian12

2023-08-06 Thread Stéphane ORTEGA via screen-devel
Hi, On Debian12 on DWM with ST terminal install by git.suckless.org there is a freeze at program start. Maybe something is missing on my system. In tty or in xterm in DWM, screen works normally. I couldn't find anything on the net. Thank you for keeping me informed. Best regards -- Stéphane OR