text_start        108 src/viewer/hex.c     int text_start;
text_start        123 src/viewer/hex.c     text_start = 8 + 13 * ngroups;
text_start        125 src/viewer/hex.c         text_start += ngroups - 1;
text_start        127 src/viewer/hex.c         text_start += ngroups;
text_start        346 src/viewer/hex.c             if (text_start + bytes < r->cols)
text_start        348 src/viewer/hex.c                 widget_gotoyx (view, r->y + row, r->x + text_start + bytes);
text_start        361 src/viewer/hex.c                 view->cursor_col = text_start + bytes;