py_curses_editor icon indicating copy to clipboard operation
py_curses_editor copied to clipboard

Configurable curses text editor class

Results 5 py_curses_editor issues
Sort by recently updated
recently updated
newest added

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.

bug

Add alt-d: delete a word, alt-f: move forward a word, alt-b: move back a word

enhancement

Need to use some lessons from tabview and figure out how to deal with the asian double-width characters.

bug