From 2de2beb73f8dbddf55be6589067c56daab7ad51e Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 5 Aug 2005 16:29:50 +0000 Subject: [PATCH] Moved to PR:29 --- src/syncterm/TODO-mouse.txt | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/syncterm/TODO-mouse.txt diff --git a/src/syncterm/TODO-mouse.txt b/src/syncterm/TODO-mouse.txt deleted file mode 100644 index 163b918ebe..0000000000 --- a/src/syncterm/TODO-mouse.txt +++ /dev/null @@ -1,35 +0,0 @@ -Mouse actions available: -paste (Sends clipboard to remote) -paste_primary (Sends primary selection to remote, X11 only) -set_primary (Sets as the primary selection, X11 only) -copy [x] -highlight [x] -send [x] -open [x] (Open the thing as the OS would like you to) -scroll_up [#] -scroll_down [#] (For mouse wheel "buttons") - -end char is the char the mouse event is over at the end of the event. - -Available bits: -c - End char -#w - Word which contains end char -l - Line which contains end char -p - Paragraph which contains end char -s - Whole screen -h - "Highlighted" text -X - X11s primary selection (Of course, only available on X) -C - Clipboard -n - Nothing - -"Word" Modifiers: -1 - Seperates on whitespace only -2 - Seperates on colour change only -3 - Seperates on whitespace and colour change - -Mouse Events: -BUTTON_X_1CLICK -BUTTON_X_2CLICK -BUTTON_X_3CLICK -BUTTON_X_4CLICK -BUTTON_X_SELECT -- GitLab