summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/Makefile
AgeCommit message (Expand)Author
2023-09-01Rewrite combined character handling to be more consistent and to supportNicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may beNicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2020-12-22Break cursor movement in grid into a common set of functions that canNicholas Marriott
2020-05-16xterm-keys has been on by default for five years and all other modernNicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-11Add some number operators for formats, from Tyler Culp.Nicholas Marriott
2019-12-12Rewrite the code for reading and writing files. Now, if the client isNicholas Marriott
2019-06-13Add regular expression support for the format search, match andNicholas Marriott
2019-05-25Merge the now tiny cmd-list.c into cmd.c.Nicholas Marriott
2019-05-23unbreak build, okay nicm@Marc Espie
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandNicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-08-09Whoops, didn't mean to commit this.Nicholas Marriott
2018-08-09Bump the UTF-8 character array up to 18 to allow for more combiningNicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-04-20Use fdforkpty() instead of our own unwrapped versions.Nicholas Marriott
2017-02-16Merge clear-history into capture-pane.Nicholas Marriott
2017-01-24Fixed keys for choose mode, and remove the last mode keys bits.Nicholas Marriott
2017-01-23Open /dev/ptm before pledge() and save it to be used for PTMGET laterNicholas Marriott
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste bufferNicholas Marriott
2015-08-29Move alerts onto events rather than checking every loop.Nicholas Marriott
2015-04-27Rewrite of the target resolution internals to be simpler and moreNicholas Marriott
2015-02-09Merge clock-mode command into copy-mode.Nicholas Marriott
2014-10-27Merge linkw and movew which are virtually identical.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-20Move suspend-client code into detach-client.Nicholas Marriott
2014-10-20Move tiny has-session function into cmd-new-session.c.Nicholas Marriott
2014-10-20Move list-commands into list-keys.Nicholas Marriott
2014-04-16Remove the choose-list command to prepare for some later choose-* work.Nicholas Marriott
2014-03-31Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2014-01-27Merge start-server into kill-server.Nicholas Marriott
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Merge send-prefix into send-keys.Nicholas Marriott
2013-03-24Merge show-buffer into save-buffer.Nicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott