summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-22Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-16switch-client command.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-11-16Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott
2007-11-12kill-window command.Nicholas Marriott
2007-11-09rename-session command.Nicholas Marriott
2007-10-30swap-window command.Nicholas Marriott
2007-10-30%u -> %d for indexes. Some lint fixes.Nicholas Marriott
2007-10-26unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott
2007-10-26link-window command to link a window into another session.Nicholas Marriott
2007-10-25has-session command.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-10-19Refresh session command.Nicholas Marriott
2007-10-12Accept colours as strings.Nicholas Marriott
2007-10-12send-prefix command.Nicholas Marriott
2007-10-04Lose command index enum in favour of runtime-calculated index.Nicholas Marriott
2007-10-04Lose usage and move it into the struct.Nicholas Marriott
2007-10-04Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott
2007-10-04Nuke ?.Nicholas Marriott
2007-10-04Select window command.Nicholas Marriott
2007-10-04Rename window.Nicholas Marriott
2007-10-04set-option command to set meta.Nicholas Marriott
2007-10-04Key binding and unbinding.Nicholas Marriott
2007-10-03New window command.Nicholas Marriott
2007-10-03Rewrite command handling to be more generic. Not finished!Nicholas Marriott
2007-10-03Rename some bits.Nicholas Marriott
2007-10-03String/number arguments..Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott