text_start        108 src/viewer/hex.c     int text_start;
text_start        123 src/viewer/hex.c     text_start = 8 + 13 * ngroups +
text_start        349 src/viewer/hex.c             if (text_start + bytes < r->cols)
text_start        351 src/viewer/hex.c                 widget_gotoyx (view, r->y + row, r->x + text_start + bytes);
text_start        364 src/viewer/hex.c                 view->cursor_col = text_start + bytes;