bug-ncurses
[Top][All Lists]
Advanced

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

Transmitting CTRL + HOME and CTRL + END


From: Bryan Christ
Subject: Transmitting CTRL + HOME and CTRL + END
Date: Tue, 16 Jul 2019 11:48:35 -0500

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.

--
Bryan
<><

reply via email to

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