Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dio-curses.c189 int cell_cursor_col; in _io_display_cell_cursor() local
206 cell_cursor_col = cwin->win_over; in _io_display_cell_cursor()
208 cell_cursor_col += get_width (cc); in _io_display_cell_cursor()
215 move (cell_cursor_row, cell_cursor_col); in _io_display_cell_cursor()
233 int cell_cursor_col; in _io_hide_cell_cursor() local
246 cell_cursor_col = cwin->win_over; in _io_hide_cell_cursor()
248 cell_cursor_col += get_width (cc); in _io_hide_cell_cursor()
255 move (cell_cursor_row, cell_cursor_col); in _io_hide_cell_cursor()
679 int cell_cursor_col; in move_cursor_to() local
683 cell_cursor_col = win->win_over; in move_cursor_to()
[all …]