From: Thomas E. Dickey Date: Sat, 10 Jun 2023 18:08:15 +0000 (+0000) Subject: ncurses 6.4 - patch 20230610 X-Git-Tag: v6.5~51 X-Git-Url: http://ncurses.scripts.mit.edu/?a=commitdiff_plain;h=b3719ca8b52aa07d0d85f7c1ce645a471397ccfe;hp=b3719ca8b52aa07d0d85f7c1ce645a471397ccfe;p=ncurses.git ncurses 6.4 - patch 20230610 + improve manpages discussing file descriptors in low-level functions. + modify flushinp to use file descriptors in SCREEN, rather than from TERMINAL, and check if they are for a terminal, like SVr4. + modify mcprint to use file descriptor in SCREEN, for consistency. + add xterm+focus to foot+base (patch by Daniel Ekloef). + correct definition of Charable() for non-wide ncurses library (report and test-case by Zbigniew Baniewski). ---