rustbox icon indicating copy to clipboard operation
rustbox copied to clipboard

Any limitations?

Open dpc opened this issue 6 years ago • 0 comments

If I wanted to use rustbox as base for a TUI text editor, should I be aware of any limitations? Specifically, when using certain library it's sometimes impossible to parse certain key combinations etc. Example from kakoune: https://github.com/mawww/kakoune/issues/1270 , where <c-h> can't be used because ncurses does not handle it.

dpc avatar Jan 09 '19 01:01 dpc