mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 09:52:00 +02:00
TERMCAP_BUF is used in place of TERMCAP_BUFSIZE
This commit is contained in:
committed by
Alexander Naumov
parent
b14e76eb5d
commit
f0d6154b95
@@ -803,7 +803,7 @@ char *MakeTermcap(bool aflag)
|
||||
if (i < T_OCAPS) {
|
||||
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