1
0
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:
Simon Tatham
1999-01-15 11:30:40 +00:00
parent 1e312c2658
commit e68a529cc9
7 changed files with 76 additions and 44 deletions

View File

@ -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,