aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/resizewin
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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
* Language fixes.Edward Tomasz Napierala2017-05-181-2/+2
* Revert to pre-r318116 wording to not give the false impressionEdward Tomasz Napierala2017-05-101-2/+2
* Random updates to resizewin(1) man page.Edward Tomasz Napierala2017-05-091-16/+24
* 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-082-3/+43
* 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
* Make resizewin.1 manpage use .Fx macroKurt Lidl2016-07-291-3/+5
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-031-0/+18
* Fix a mandoc -Tlint warningBaptiste Daroussin2016-04-161-1/+1
* Add a small tool, resizewin(1), to query terminal for window sizeConrad Meyer2016-04-133-0/+199