text_start        107 src/viewer/hex.c     int text_start;
text_start        120 src/viewer/hex.c     text_start = 8 + 13 * ngroups;
text_start        122 src/viewer/hex.c         text_start += ngroups - 1;
text_start        124 src/viewer/hex.c         text_start += ngroups;
text_start        339 src/viewer/hex.c             if (text_start + bytes < r->cols)
text_start        341 src/viewer/hex.c                 widget_gotoyx (view, r->y + row, r->x + text_start + bytes);
text_start        352 src/viewer/hex.c                 view->cursor_col = text_start + bytes;