search for: setscreensize

Displaying 3 results from an estimated 3 matches for "setscreensize".

Did you mean: getscreensize
2009 Oct 25
0
alternate output for progressmeter
...vwrite, STDOUT_FILENO, buf, strlen(buf)); + ? ? ? } else + ? ? ? ? ? ? ? atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1); ? ? ? ?last_update = now; ?} @@ -234,7 +241,7 @@ ? ? ? ?save_errno = errno; - ? ? ? if (win_resized) { + ? ? ? if (progresstype==0 && win_resized) { ? ? ? ? ? ? ? ?setscreensize(); ? ? ? ? ? ? ? ?win_resized = 0; ? ? ? ?} @@ -257,12 +264,16 @@ ? ? ? ?stalled = 0; ? ? ? ?bytes_per_second = 0; - ? ? ? setscreensize(); + ? ? ? if (progresstype) + ? ? ? ? ? ? ? win_size=MAX_WINSIZE; + ? ? ? else { + ? ? ? ? ? ? ? setscreensize(); + ? ? ? ? ? ? ? signal(SIGWINCH, sig_winch); +...
2015 Jul 23
37
[Bug 2434] New: scp can send arbitrary control characters / escape sequences to the terminal
https://bugzilla.mindrot.org/show_bug.cgi?id=2434 Bug ID: 2434 Summary: scp can send arbitrary control characters / escape sequences to the terminal Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: security Priority: P5
2023 Feb 06
20
[Bug 3534] New: probable underflow calculating display width of file name
https://bugzilla.mindrot.org/show_bug.cgi?id=3534 Bug ID: 3534 Summary: probable underflow calculating display width of file name Product: Portable OpenSSH Version: -current Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: scp