mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
Rectangular-block selection. Enabled by Alt+drag, unless you
configure it to be the default in which case it's _dis_abled by Alt+drag. [originally from svn r1350]
This commit is contained in:
3
putty.h
3
putty.h
@ -326,6 +326,7 @@ typedef struct {
|
||||
unsigned char colours[22][3];
|
||||
/* Selection options */
|
||||
int mouse_is_xterm;
|
||||
int rect_select;
|
||||
int rawcnp;
|
||||
int mouse_override;
|
||||
short wordness[256];
|
||||
@ -452,7 +453,7 @@ void term_paint(Context, int, int, int, int);
|
||||
void term_scroll(int, int);
|
||||
void term_pwron(void);
|
||||
void term_clrsb(void);
|
||||
void term_mouse(Mouse_Button, Mouse_Action, int, int, int, int);
|
||||
void term_mouse(Mouse_Button, Mouse_Action, int, int, int, int, int);
|
||||
void term_deselect(void);
|
||||
void term_update(void);
|
||||
void term_invalidate(void);
|
||||
|
Reference in New Issue
Block a user