mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting [originally from svn r16]
This commit is contained in:
2
window.c
2
window.c
@ -703,9 +703,9 @@ static int WINAPI WndProc (HWND hwnd, UINT message,
|
||||
#define Y_POS(l) ((int)(short)HIWORD(l))
|
||||
|
||||
case WM_LBUTTONDOWN:
|
||||
SetCapture(hwnd);
|
||||
click (MB_SELECT, X_POS(lParam) / font_width,
|
||||
Y_POS(lParam) / font_height);
|
||||
SetCapture(hwnd);
|
||||
return 0;
|
||||
case WM_LBUTTONUP:
|
||||
term_mouse (MB_SELECT, MA_RELEASE, X_POS(lParam) / font_width,
|
||||
|
Reference in New Issue
Block a user