highlight 3308 src/editor/edit.c if (edit->highlight == 0 || (edit->mark2 != -1 && edit->mark1 != edit->mark2)) highlight 3313 src/editor/edit.c edit->highlight = 1; highlight 3318 src/editor/edit.c if (edit->highlight) highlight 3320 src/editor/edit.c edit->highlight = 0; highlight 746 src/editor/editwidget.c edit->highlight = 0; highlight 113 src/editor/editwidget.h unsigned int highlight:1; /* There is a selected block */