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
#include <utf.h>
#include <edit.h>
-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"