From 029fcfce562bf476025d8a0c6d5641c29ce5f89f Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 19 Sep 2018 15:32:05 -0400 Subject: [PATCH] added Eol tag to the default tags --- TODO.md | 8 ++++---- lib/config.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index f84efed..c82f2dc 100644 --- a/TODO.md +++ b/TODO.md @@ -2,17 +2,17 @@ BUGS: +* no trimming of trailing whitespace +* use transaction processing for joining lines * Add tab and eol mode to window title * implement mouse warping on search, jump to line, and focus change -* use transaction processing for joining lines -* no magic right click -* no trimming of trailing whitespace * gap buffer does not handle UTF-8 currently +* no magic right click * mouse selection handling when mouse moves outside region -* move mouse handlers back into tide.c Up Next: +* move mouse handlers back into tide.c * Add matching logic for "", '', ``, and <> * B2+B1 click executes command with selection as argument diff --git a/lib/config.c b/lib/config.c index 1ce32cf..630dd6b 100644 --- a/lib/config.c +++ b/lib/config.c @@ -4,7 +4,7 @@ #include #include -char* TagString = "Del Put Undo Redo | Font Tabs | Find "; +char* TagString = "Del Put Undo Redo | Font Tabs Eol | Find "; char* Fonts[2] = { "Verdana:size=11", "Liberation Mono:size=11" -- 2.49.0