bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transmitting CTRL + HOME and CTRL + END


From: Pavel Stehule
Subject: Re: Transmitting CTRL + HOME and CTRL + END
Date: Tue, 16 Jul 2019 19:42:32 +0200



út 16. 7. 2019 v 18:48 odesílatel Bryan Christ <address@hidden> napsal:
I'm investigating a gap in my terminal emulator where there doesn't seem to be any graceful way of handling or transmitting CTRL + HOME or CTRL + END in a reliable way.

I can trap these keys as 0x217 and 0x212 as returned from getch().  However, I question the portability thereof.  That aside, there doesn't seem to be any terminfo entry in xterm which would allow me to turn around and write a control sequence back out to the slave pty so that it can be correctly interpreted by the guest application.

see  https://invisible-island.net/xterm/xterm-function-keys.html

https://gist.github.com/rkumar/1237091

Regards

Pavel


--
Bryan
<><
_______________________________________________
Bug-ncurses mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-ncurses

reply via email to

[Prev in Thread] Current Thread [Next in Thread]