From: Hiltjo Posthuma Date: Mon, 12 May 2014 12:39:37 +0000 (+0200) Subject: Allow mouse selection override using ShiftMask X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=cf890e5bf06a65a35fe195aa1ef8ae3e1eb55f51;hp=cf890e5bf06a65a35fe195aa1ef8ae3e1eb55f51;p=st.git Allow mouse selection override using ShiftMask Similar to xterm or urxvt holding shift before selecting text with the mouse allows to override copying text. For example in tmux with "mode-mouse on" or vim (compiled with --with-x), mc, htop, etc. forceselmod in config.h sets the modifier to use this mode, by default ShiftMask. Signed-off-by: Hiltjo Posthuma ---