summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2019-09-16Merge branch 'obsd-master'Thomas Adam
2019-09-15Add push-default and pop-default in styles to change the default coloursnicm
2019-08-28Merge branch 'obsd-master'Thomas Adam
2019-08-28The resize event was never deciding to actually resize the pane if therenicm
2019-08-16Merge branch 'obsd-master'Thomas Adam
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-08-15Merge branch 'obsd-master'Thomas Adam
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm
2019-08-06Merge branch 'obsd-master'Thomas Adam
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm
2019-07-15Merge branch 'obsd-master'Thomas Adam
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.nicm
2019-07-10Merge branch 'obsd-master'Thomas Adam
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagnicm
2019-07-09Merge branch 'obsd-master'Thomas Adam
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2019-07-06Merge branch 'obsd-master'Thomas Adam
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structnicm
2019-07-01Merge branch 'obsd-master'Thomas Adam
2019-07-01Add a "fill" style attribute to clear the entire format drawing area innicm
2019-06-30Merge branch 'obsd-master'Thomas Adam
2019-06-30Do not double free window if pane fails to start.nicm
2019-06-27Merge branch 'obsd-master'Thomas Adam
2019-06-27Add support for underscore colours with Setulc capability, mostly fromnicm
2019-06-26Merge branch 'obsd-master'Thomas Adam
2019-06-26Add #define for the pane status line option position numbers.nicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a helper function to work out option table from name.nicm
2019-06-18Merge branch 'obsd-master'Thomas Adam
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.nicm
2019-06-14Merge branch 'obsd-master'Thomas Adam
2019-06-13Add regular expression support for the format search, match andnicm
2019-06-07Merge branch 'obsd-master'Thomas Adam
2019-06-07Do not load the config file if the server is exiting because it failednicm
2019-06-05Merge branch 'obsd-master'Thomas Adam
2019-06-05Add a -v flag to source-file to show the commands and line numbers.nicm
2019-06-03Merge branch 'obsd-master'Thomas Adam
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whennicm
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-25Merge branch 'obsd-master'Thomas Adam
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.nicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-05-23Merge branch 'obsd-master'Thomas Adam