summaryrefslogtreecommitdiff
path: root/TODO
blob: b4d36cd3527b1b821e3b8a88987b56c26835e29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
+ optimize redraws (i.e., avoid to redraw if possible)
- (?) change cursor shape according to action
- auto-arrow 'A' (automatic end-char)
- delete -- 'x' or 'd' 
- load from file
- read file at point
- visual selection
  - crop
  - fill
  - delete
  - yank/put
- undo (by storing lines changed across insert/remove operations)
- manage special chars (DEL/CANC) during text insert
  (also do not print unmanaged chars!)
- get screen geometry
- allow scrolling (both vertical and horizontal)
* save to file
* implement arrow
* set different line styles (done for hl, vl, corner)
* add status bar
* implement box