Home
last modified time | relevance | path

Searched refs:conved_col (Results 1 – 2 of 2) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_selection.c31 int conved_col; in update_sel_region() local
37 conved_col = -col; in update_sel_region()
40 conved_col = col; in update_sel_region()
44 if (conved_col < sel->base_col_r) { in update_sel_region()
51 sel->beg_col = conved_col; in update_sel_region()
68 sel->end_col = conved_col; in update_sel_region()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog8861 col != conved_col because it doesn't works if col == 0.