summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
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
2009-09-24New lock-client and lock-session commands to lock an individual client or allNicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-20run-shell command to run a shell command without opening a window, sendingNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-25Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-07-30There aren't many client message types or code to handle them so get rid of theNicholas Marriott
2009-07-22tty_write is relatively short and the only function left in tty-write.c so moveNicholas Marriott
2009-07-19Improved layout code.Nicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-14Since tmux doesn't actually need ncurses, use -lcurses/curses.hNicholas Marriott
2009-07-13Tidy up and improve target (-t) argument parsing:Nicholas Marriott