summaryrefslogtreecommitdiffstats
path: root/cmd-resize-window.c
AgeCommit message (Expand)Author
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2021-08-27Allow control mode clients to set a hard limit on the window width andnicm
2021-08-21Rename a member to match what it will be in future.nicm
2021-08-21Add args parsing callback for some future work, currently unused.nicm
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addnicm
2019-09-23Use the correct size for new windows when window-size is latest,nicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm