cursor_col        249 src/viewer/hex.c                 view->cursor_col = col;
cursor_col        352 src/viewer/hex.c                 view->cursor_col = text_start + bytes;
cursor_col        154 src/viewer/internal.h     int cursor_col;           // Cursor column
cursor_col        174 src/viewer/lib.c     view->cursor_col = 0;
cursor_col        382 src/viewer/move.c     int col = view->cursor_col;