summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
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
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2011-01-08Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-10-23Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-05-04Put this back in with the initialisation in the right order.Nicholas Marriott
2010-05-04Revert last change, it appears to be broken somehow.Nicholas Marriott
2010-05-03Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-01-31Fix DPADD, from Brad.Nicholas Marriott
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2009-12-08Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-11-18Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-04Bye-bye buffer*.c.Nicholas Marriott
2009-11-04Switch jobs over to use a bufferevent.Nicholas Marriott
2009-11-04Initial changes to move tmux to libevent.Nicholas Marriott
2009-10-26Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott
2009-10-22Split the server code handling clients, jobs and windows off into separateNicholas Marriott
2009-10-21Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott
2009-10-11Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott
2009-10-10Split list-panes off from list-windows.Nicholas Marriott
2009-10-10Rather than running status-left, status-right and window title #() with popenNicholas Marriott
2009-10-06Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott