Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-11-09 00:15:51 +00:00
13 changed files with 120 additions and 94 deletions

View File

@ -270,6 +270,7 @@ screen_clear_selection(struct screen *s)
struct screen_sel *sel = &s->sel;
sel->flag = 0;
sel->lineflag = LINE_SEL_NONE;
}
/* Check if cell in selection. */