sl-sh-dev / sl-console

Library for tty/console access in Rust (originally fork of termion). Supports Unix and Windows (10+).
MIT License
0 stars 0 forks source link

Implement the CSI mod key extensions form http://www.leonerd.org.uk/hacks/fixterms/ #5

Closed sstanfield closed 3 years ago

sstanfield commented 3 years ago

These seem like a good idea, we should do this: http://www.leonerd.org.uk/hacks/fixterms/

sstanfield commented 3 years ago

Other context: https://invisible-island.net/xterm/modified-keys.html https://iterm2.com/documentation-csiu.html https://github.com/tmux/tmux/issues/2634 https://st.suckless.org/patches/fix_keyboard_input/ https://github.com/microsoft/terminal/issues/8719

gpwclark commented 3 years ago

implemented by #6