mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Some more long lines.
This commit is contained in:
@ -2033,7 +2033,8 @@ window_copy_cursor_next_word(struct window_pane *wp, const char *separators)
|
||||
}
|
||||
|
||||
void
|
||||
window_copy_cursor_next_word_end(struct window_pane *wp, const char *separators)
|
||||
window_copy_cursor_next_word_end(struct window_pane *wp,
|
||||
const char *separators)
|
||||
{
|
||||
struct window_copy_mode_data *data = wp->modedata;
|
||||
struct options *oo = &wp->window->options;
|
||||
@ -2084,7 +2085,8 @@ window_copy_cursor_next_word_end(struct window_pane *wp, const char *separators)
|
||||
|
||||
/* Move to the previous place where a word begins. */
|
||||
void
|
||||
window_copy_cursor_previous_word(struct window_pane *wp, const char *separators)
|
||||
window_copy_cursor_previous_word(struct window_pane *wp,
|
||||
const char *separators)
|
||||
{
|
||||
struct window_copy_mode_data *data = wp->modedata;
|
||||
u_int px, py;
|
||||
|
Reference in New Issue
Block a user