+ optimize redraws (redraw only the modified rectangle) - change screen management (i.e., dynamic array of lines) - add action multiplier (e.g., "7h" moves left by 7 cols) - add scripting mode option ("-s"?) - add screen geometry option (-g 25x80?) - read file at point - use [ENTER] to exit from text insert - maybe move "text" mode to "t" - implement ellipse - parse control characters - parse arrows (text-mode will allow movements as well) - (?) implement CTRL+G as abort (aside ESC) - add crop command (c) - remove extra blanks until EOL when saving to file + visual selection - crop-to - yank/put * fill * delete - undo (by storing lines changed across insert/remove operations) - manage special chars (DEL/CANC) during text insert (also do not print unmanaged chars!) - allow scrolling (both vertical and horizontal) - catch SIGWINCH and react appropriately (after scroll is enabled) - auto-arrow 'A' (automatic end-char) * move configs in config.h * get screen geometry * allow the use of [ENTER] to confirm arrow, boxes (useful for scripting) * add Makefile * change "g" command: - g-g (goto top-left) - g-G (goto bottom-right) - g-m (goto middle) - g-[hjkl] (goto leftmost, bottom, top, rightmost) * move style commands in a separate function (and allow style change in all the modes...) * add "vis" (for visual) in mode strings * implement "." to reset styles to defaults. * load from file * check if modified on exit * write to new file / default file * delete -- 'x' * save to file * implement arrow * set different line styles (done for hl, vl, corner) * add status bar * implement box