mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 11:00:59 -05:00
Merge demo screenshot features from 'pre-0.77'.
This commit is contained in:
@ -810,6 +810,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
|
||||
term_set_focus(term, GetForegroundWindow() == wgs.term_hwnd);
|
||||
UpdateWindow(wgs.term_hwnd);
|
||||
|
||||
gui_terminal_ready(wgs.term_hwnd, &wgs.seat, backend);
|
||||
|
||||
while (1) {
|
||||
int n;
|
||||
DWORD timeout;
|
||||
|
Reference in New Issue
Block a user