mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-04-21 03:12:53 +02:00
TERMCAP_BUF is used in place of TERMCAP_BUFSIZE.
This commit is contained in:
committed by
Alexander Naumov
parent
92e86ba578
commit
30c9a2a6c1
@@ -1068,7 +1068,7 @@ int aflag;
|
||||
{
|
||||
if (i >= T_KEYPAD) /* don't put keypad codes in TERMCAP */
|
||||
continue; /* - makes it too big */
|
||||
#if (TERMCAP_BUF < 1024)
|
||||
#if (TERMCAP_BUFSIZE < 1024)
|
||||
if (i >= T_FEXTRA && i < T_BACKTAB) /* also skip extra vt220 keys */
|
||||
continue;
|
||||
if (i > T_BACKTAB && i < T_NAVIGATE) /* more vt220 keys */
|
||||
|
||||
Reference in New Issue
Block a user