editor/editor
seem 97d33419e2 Better key handling; Undo/redo
`Editor.getkey` returns the key in VIM/Emacs notation, e.g., `C-M-p`. It
also handles `C-*`, `M-*`, and `C-M-*` modifiers.

Now supports undo/redo.
2020-09-14 07:26:16 +02:00
..
__init__.py Basic curses setup 2020-09-06 10:04:45 +02:00
main.py Better key handling; Undo/redo 2020-09-14 07:26:16 +02:00
window.py Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00