mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Add command output mouse selection
This commit is contained in:
@@ -311,6 +311,7 @@ void update_os_window_title(OSWindow *os_window);
|
||||
void fake_scroll(Window *w, int amount, bool upwards);
|
||||
Window* window_for_window_id(id_type kitty_window_id);
|
||||
bool mouse_open_url(Window *w);
|
||||
bool mouse_select_cmd_output(Window *w);
|
||||
bool move_cursor_to_mouse_if_at_shell_prompt(Window *w);
|
||||
void mouse_selection(Window *w, int code, int button);
|
||||
const char* format_mods(unsigned mods);
|
||||
|
||||
Reference in New Issue
Block a user