On Sat, Oct 18, 2025 at 12:24:15PM +0200, Jakub Horký wrote:
> Signed-off-by: Jakub Horký <[email protected]>
> ---
>  misc/terminfo.src | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/misc/terminfo.src b/misc/terminfo.src
> index edcb5af1..31d4a88f 100644
> --- a/misc/terminfo.src
> +++ b/misc/terminfo.src
> @@ -978,7 +978,7 @@ linux-basic|Linux console (basic),
>       bel=^G, cr=\r, cub1=^H, cud1=\n, dim=\E[2m, ech=\E[%p1%dX,
>       el1=\E[1K, flash=\E[?5h$<200/>\E[?5l, ht=^I, hts=\EH,
>       ind=\n, kbeg=\E[G, kbs=^?, kcbt=\E[Z, khome=\E[1~, kmous=\E[M,
> -     kspd=^Z, nel=\r\n, ri=\EM, rmam=\E[?7l, rs1=\Ec\E]R,
> +     kspd=\E[P, nel=\r\n, ri=\EM, rmam=\E[?7l, rs1=\Ec\E]R,
>       sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
>           %t;2%;%?%p6%t;1%;%?%p9%t;11%;m,
>       smam=\E[?7h, tbc=\E[3g, use=ecma+underline,
> @@ -28084,6 +28084,7 @@ v3220|LANPAR Vision II model 3220/3221/3222,
>  #      based on their physical locations
>  #    + add support for xterm shifted keys to winconsole, fix kbs and kspd
>  #    + set numpad 5 to kbeg instead of kb5 in linux-basic, matching xterm
> +#    + set kspd (suspend key) to the Pause key instead of ^Z in linux-basic
>  #    (all by Jakub Horky)

^Z is used because that's what works.  Pause may do something in a graphical
application, but it has no effect in the Linux console

$ stty -a
speed 38400 baud; rows 48; columns 128; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = 
<undef>; swtch = <undef>; start = ^Q; stop = ^S;
susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff 
-iuclc -ixany imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt 
echoctl echoke -flusho -extproc


>  #
>  ######## SHANTIH!  SHANTIH!  SHANTIH!
> -- 
> 2.43.0
> 
> 
> 

-- 
Thomas E. Dickey <[email protected]>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature

Reply via email to