about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-03 18:38:17 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-03 18:38:17 -0800
commit138282549e5cc98b2bb69177dfd16b99eafba085 (patch)
tree8a2afba3894b7a6235115761128802a26e2668c7 /manual_tests
parentd3a12fb7f13118334c9be628c45599a6ef31d5dc (diff)
downloadteliva-138282549e5cc98b2bb69177dfd16b99eafba085.tar.gz
experimenting with different keys
On a Thinkpad X13, the `delete` key emits `^[[3~` outside of Teliva.
Within Teliva, ncurses converts it to character code 330 (0x14a), which
it fails to recognize as KEY_BACKSPACE. Why?

My backspace is converted to character code 263, which ncurses does
recognize as KEY_BACKSPACE.

ctrl-h is character code 8.

Both 330 and 263 are valid Unicode code points, which feels really ugly
and ambiguous.
Diffstat (limited to 'manual_tests')
0 files changed, 0 insertions, 0 deletions