On Sat, Oct 18, 2025 at 12:24:04PM +0200, Jakub Horký wrote: > Signed-off-by: Jakub Horký <[email protected]> > --- > misc/terminfo.src | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/misc/terminfo.src b/misc/terminfo.src > index 18549507..f54cff47 100644 > --- a/misc/terminfo.src > +++ b/misc/terminfo.src > @@ -5120,7 +5120,8 @@ vt100+noapp|fragment with cursor keys in normal mode, > kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, > use=vt100+noapp+pc, > > -xterm+noapp|alias for vt100+noapp, > +xterm+noapp|xterm with cursor keys in normal mode, > + kbeg=\E[E, kp5=\E[E, > use=vt100+noapp,
This building block isn't used for the numeric keypad. If it were, the escape sequences wouldn't work, since the non-application mode result for keypad 5 is just "5". -- Thomas E. Dickey <[email protected]> https://invisible-island.net
signature.asc
Description: PGP signature
