summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2023-09-01Rewrite combined character handling to be more consistent and to supportnicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
2021-06-10Add different command historys for different types of promptsnicm
2020-12-22Break cursor movement in grid into a common set of functions that cannicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2020-03-11Add some number operators for formats, from Tyler Culp.nicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-06-13Add regular expression support for the format search, match andnicm
2019-05-23unbreak build, okay nicm@espie
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2017-07-12Move signal code into proc.c.nicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-04-20Use fdforkpty() instead of our own unwrapped versions.nicm
2017-02-16Merge clear-history into capture-pane.nicm
2017-01-23Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadnicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm
2015-08-29Move alerts onto events rather than checking every loop.nicm
2015-04-27Rewrite of the target resolution internals to be simpler and morenicm
2015-02-09Merge clock-mode command into copy-mode.nicm
2014-10-27Merge linkw and movew which are virtually identical.nicm
2014-10-22Merge unlink-window into kill-window.nicm
2014-10-20Move suspend-client code into detach-client.nicm
2014-10-20Move list-commands into list-keys.nicm
2014-04-16Remove the choose-list command to prepare for some later choose-* work.nicm
2014-03-31Having three *clock* files is ridiculous, remove clock.c.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-27Merge start-server into kill-server.nicm
2014-01-22Merge server-info into show-messages and remove some not useful output.nicm
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-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
2012-07-08Sort SRCS list.Nicholas Marriott
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
2011-08-25-lm is no longer needed, from Tiago Cunha.Nicholas Marriott