py_curses_editor
py_curses_editor copied to clipboard
Configurable curses text editor class
Has anyone considered maximum line length to single-line-input? I have changed the editor.py script a little and still can not get this to work. Am I making this too much...
Unicode text can be displayed, but not entered.
Resizing the help window leaves artifacts on the underlying curses screen when being resized.
Add alt-d: delete a word, alt-f: move forward a word, alt-b: move back a word
Need to use some lessons from tabview and figure out how to deal with the asian double-width characters.