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