Up Next:
+* Send tag to send commands or data to the subprocess
+* Middle click executes send when in command mode and edit region
+
* moving from tags to the gutter does not transfer focus to edit region
* implement transaction control in buf.c
* highlight all matches of search term
#-------------------------------------------------------------------------------
# bail if theres nothing to highlight
-if $language.nil? then exit
+exit 0 if $language.nil?
# otherwise start doing the job
while (not $stdin.eof?) do