highlight        3436 src/editor/edit.c         if (edit->highlight == 0 || (edit->mark2 != -1 && edit->mark1 != edit->mark2))
highlight        3441 src/editor/edit.c         edit->highlight = 1;
highlight        3446 src/editor/edit.c         if (edit->highlight)
highlight        3448 src/editor/edit.c         edit->highlight = 0;
highlight         748 src/editor/editwidget.c         edit->highlight = 0;
highlight         113 src/editor/editwidget.h     unsigned int highlight:1;   /* There is a selected block */