On Tue, 5 Nov 2019 16:59:41 +
Marcin Cieślak wrote:
> From: Scott Shambarger
>
> TERMCAP_BUF defaults to 1023 to create TERMCAP entries that work on
> most systems. To save space, TERMCAP is unwrapped, and vt220 extra
> keys are skipped (unless TERMCAP_BUF > 1023); navigation keys are
> s
From: Scott Shambarger
TERMCAP_BUF defaults to 1023 to create TERMCAP entries that work on
most systems. To save space, TERMCAP is unwrapped, and vt220 extra
keys are skipped (unless TERMCAP_BUF > 1023); navigation keys are
still included. Entries larger than TERMCAP_BUF are now truncated,
and
Recovered from https://savannah.gnu.org/bugs/?55482 and rebased to master
From: Scott Shambarger
TERMCAP_BUF defaults to 1023 to create TERMCAP entries that work on
most systems. To save space, TERMCAP is unwrapped, and vt220 extra
keys are skipped (unless TERMCAP_BUF > 1023); navigation keys are
still included. Entries larger than TERMCAP_BUF are now truncated,
and