Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
48490b14da295726a8e87ea105051c28d232df2e
/
cmd.c
a26f58c
Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
by Nicholas Marriott
· 16 years ago
c7243b7
Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
by Nicholas Marriott
· 16 years ago
65f4284
New command, send-keys, to send a set of keys.
by Nicholas Marriott
· 16 years ago
103748d
Major reorganisation of screen handling.
by Nicholas Marriott
· 17 years ago
8da0b1f
Mostly-complete copy and paste.
by Nicholas Marriott
· 17 years ago
18d72e6
Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around.
by Nicholas Marriott
· 17 years ago
9a6e47c
Initial history support.
by Nicholas Marriott
· 17 years ago
6e04524
switch-client command.
by Nicholas Marriott
· 17 years ago
b359f9b
Add -c option to specify client, and move detach/refresh to client rather than session.
by Nicholas Marriott
· 17 years ago
ce5f02f
Report available commands on ambiguous commands. Tidy TODO a bit.
by Nicholas Marriott
· 17 years ago
e4a6cde
kill-window command.
by Nicholas Marriott
· 17 years ago
1632127
rename-session command.
by Nicholas Marriott
· 17 years ago
48ad043
swap-window command.
by Nicholas Marriott
· 17 years ago
941eab3
%u -> %d for indexes. Some lint fixes.
by Nicholas Marriott
· 17 years ago
4a325c8
unlink-window command. Also fix some u_int -> int problems.
by Nicholas Marriott
· 17 years ago
5a954bd
link-window command to link a window into another session.
by Nicholas Marriott
· 17 years ago
9f06104
has-session command.
by Nicholas Marriott
· 17 years ago
25e94a0
List client command.
by Nicholas Marriott
· 17 years ago
1b96476
Kill window command. Nuke some backspace stuff.
by Nicholas Marriott
· 17 years ago
94f003b
Refresh session command.
by Nicholas Marriott
· 17 years ago
514d6fa
Accept colours as strings.
by Nicholas Marriott
· 17 years ago
f3404ee
send-prefix command.
by Nicholas Marriott
· 17 years ago
26b3409
Lose command index enum in favour of runtime-calculated index.
by Nicholas Marriott
· 17 years ago
75e1e4b
Lose usage and move it into the struct.
by Nicholas Marriott
· 17 years ago
68a5d5c
Window attachment, malloc debugging, fix a segfault with no sessions.
by Nicholas Marriott
· 17 years ago
ff56ed7
Nuke ?.
by Nicholas Marriott
· 17 years ago
225e07f
Select window command.
by Nicholas Marriott
· 17 years ago
19c1e1a
Rename window.
by Nicholas Marriott
· 17 years ago
57157a1
set-option command to set meta.
by Nicholas Marriott
· 17 years ago
774b556
Key binding and unbinding.
by Nicholas Marriott
· 17 years ago
7ba01f6
New window command.
by Nicholas Marriott
· 17 years ago
df716ec
Rewrite command handling to be more generic. Not finished!
by Nicholas Marriott
· 17 years ago
aaa98ab
Rename some bits.
by Nicholas Marriott
· 17 years ago
fe06744
String/number arguments..
by Nicholas Marriott
· 17 years ago
dadc56d
Key binding, unbinding.
by Nicholas Marriott
· 17 years ago
9bb907f
Move command handling into the server and tidy up some bits.
by Nicholas Marriott
· 17 years ago