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