1
0
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:
Simon Tatham
2022-04-02 16:51:55 +01:00
12 changed files with 345 additions and 92 deletions

View File

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