highlight        3422 src/editor/edit.c         if (edit->highlight == 0 || (edit->mark2 != -1 && edit->mark1 != edit->mark2))
highlight        3427 src/editor/edit.c         edit->highlight = 1;
highlight        3432 src/editor/edit.c         if (edit->highlight)
highlight        3434 src/editor/edit.c         edit->highlight = 0;
highlight         749 src/editor/editwidget.c         edit->highlight = 0;
highlight         113 src/editor/editwidget.h     unsigned int highlight:1;   /* There is a selected block */