aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/resizewin/resizewin.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* resizewin: Stop printing bogus NUL to TTYJessica Clarke2023-06-141-1/+1
* Improve terminology in a comment.Edward Tomasz Napierala2017-06-261-1/+1
* Make resizewin(1) do flushing by using TCSAFLUSH instead of TCSANOWEdward Tomasz Napierala2017-06-261-7/+2
* Sort variable declarations; no functional changes.Edward Tomasz Napierala2017-05-081-2/+2
* Add resizewin -z. It makes resizewin not do anything if the terminalEdward Tomasz Napierala2017-05-081-2/+32
* Use tcflush(3) instead of (nonstandard) TIOCFLUSH.Edward Tomasz Napierala2017-05-081-4/+3
* Make resizewin(1) discard the terminal queues, to lower the chanceEdward Tomasz Napierala2017-05-071-1/+7
* Rename a variable, hopefully fixing build after r317901.Edward Tomasz Napierala2017-05-071-9/+9
* Improve error reporting in resizewin(1).Edward Tomasz Napierala2017-05-071-4/+4
* Add a small tool, resizewin(1), to query terminal for window sizeConrad Meyer2016-04-131-0/+129