Home
last modified time | relevance | path

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

/dports/sysutils/tmate/tmate-2.4.0/
H A Dscreen.c245 u_int ex, u_int ey, u_int rectflag, struct grid_cell *gc) in screen_set_selection() argument
251 sel->rectflag = rectflag; in screen_set_selection()
277 if (sel->rectflag) { in screen_check_selection()
H A Dwindow-copy.h56 int rectflag; /* in rectangle copy mode? */ member
H A Dwindow-copy.c117 data->rectflag = 0; in window_copy_init()
308 if (!data->screen.sel.flag || !data->rectflag) { in window_copy_pageup()
347 if (!data->screen.sel.flag || !data->rectflag) { in window_copy_pagedown()
578 data->rectflag = 0; in __window_copy_key()
1376 if (!data->rectflag) in window_copy_update_selection()
1380 if (!data->rectflag) in window_copy_update_selection()
1390 if (data->rectflag && may_redraw) { in window_copy_update_selection()
1460 if (data->rectflag) { in window_copy_get_selection()
1777 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_end_of_line()
1858 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_right()
[all …]
H A Dtmate-encoder.c330 pack(int, data->rectflag); in tmate_sync_copy_mode()
H A Dtmux.h772 int rectflag; member
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dscreen.c245 u_int ex, u_int ey, u_int rectflag, struct grid_cell *gc) in screen_set_selection() argument
251 sel->rectflag = rectflag; in screen_set_selection()
277 if (sel->rectflag) { in screen_check_selection()
H A Dwindow-copy.c53 data->rectflag = 0; in window_copy_init()
229 if (!data->screen.sel.flag || !data->rectflag) { in window_copy_pageup()
268 if (!data->screen.sel.flag || !data->rectflag) { in window_copy_pagedown()
499 data->rectflag = 0; in window_copy_key()
1248 if (!data->rectflag) in window_copy_update_selection()
1252 if (!data->rectflag) in window_copy_update_selection()
1262 if (data->rectflag && may_redraw) { in window_copy_update_selection()
1332 if (data->rectflag) { in window_copy_get_selection()
1654 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_end_of_line()
1735 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_right()
[all …]
H A Dwindow-copy.h114 int rectflag; /* in rectangle copy mode? */ member
H A Dtmate-daemon-decoder.c381 data->rectflag = unpack_int(&sel_uk); in tmate_sync_copy_mode()
H A Dtmux.h781 int rectflag; member
/dports/sysutils/tmux23/tmux-2.3/
H A Dscreen.c252 u_int ex, u_int ey, u_int rectflag, struct grid_cell *gc) in screen_set_selection() argument
258 sel->rectflag = rectflag; in screen_set_selection()
284 if (sel->rectflag) { in screen_check_selection()
H A Dwindow-copy.c147 int rectflag; /* in rectangle copy mode? */ member
187 data->rectflag = 0; in window_copy_init()
363 if (!data->screen.sel.flag || !data->rectflag) { in window_copy_pageup()
666 data->rectflag = 0; in window_copy_key()
1418 if (!data->rectflag) in window_copy_update_selection()
1422 if (!data->rectflag) in window_copy_update_selection()
1432 if (data->rectflag && may_redraw) { in window_copy_update_selection()
1502 if (data->rectflag) { in window_copy_get_selection()
1819 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_end_of_line()
1900 if (data->screen.sel.flag && data->rectflag) in window_copy_cursor_right()
[all …]
H A Dtmux.h767 int rectflag; member
/dports/sysutils/tmux/tmux-3.2a/
H A Dwindow-copy.c248 int rectflag; /* in rectangle copy mode? */ member
1110 data->rectflag); in window_copy_cmd_cursor_right()
1759 data->rectflag = 0; in window_copy_cmd_select_line()
1789 data->rectflag = 0; in window_copy_cmd_select_word()
3860 if (!data->rectflag) in window_copy_adjust_selection()
3865 if (!data->rectflag) in window_copy_adjust_selection()
3927 if (data->rectflag && may_redraw) { in window_copy_set_selection()
4014 if (data->rectflag) { in window_copy_get_selection()
4483 if (data->rectflag) in window_copy_cursor_up()
4549 if (data->rectflag) in window_copy_cursor_down()
[all …]