summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-resize-window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-3/+4
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-2/+2
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-281-6/+10
* Use the correct size for new windows when window-size is latest,nicm2019-09-231-3/+3
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-0/+109