summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-19 19:23:38 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-19 19:23:38 +0100
commit575703d810415c9f427104ab0225a1e5916983ec (patch)
treecd21224ee154309bd14265ca1abe40e306440a7c /TODO
parent52a48d7718c6467da380a51f49327323e15e00c7 (diff)
delete and default write file
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index b4d36cd..feac502 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
+ 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
@@ -14,6 +13,8 @@
(also do not print unmanaged chars!)
- get screen geometry
- allow scrolling (both vertical and horizontal)
+* write to new file / default file
+* delete -- 'x'
* save to file
* implement arrow
* set different line styles (done for hl, vl, corner)