mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 04:27:00 +00:00
Move jump commands to grid reader, make them UTF-8 aware, and tidy up,
from Anindya Mukherjee.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -2589,6 +2589,10 @@ void grid_reader_cursor_next_word(struct grid_reader *, const char *);
|
||||
void grid_reader_cursor_next_word_end(struct grid_reader *, const char *);
|
||||
void grid_reader_cursor_previous_word(struct grid_reader *, const char *,
|
||||
int);
|
||||
int grid_reader_cursor_jump(struct grid_reader *,
|
||||
const struct utf8_data *);
|
||||
int grid_reader_cursor_jump_back(struct grid_reader *,
|
||||
const struct utf8_data *);
|
||||
|
||||
/* grid-view.c */
|
||||
void grid_view_get_cell(struct grid *, u_int, u_int, struct grid_cell *);
|
||||
|
Reference in New Issue
Block a user