Nicholas Marriott
|
642c0b00ab
|
Easy bits of arg printing for list-keys.
|
2008-06-05 16:35:32 +00:00 |
|
Nicholas Marriott
|
14b9512546
|
Add activity monitoring, also invert items on taskbar which have activity.
|
2008-06-04 16:46:23 +00:00 |
|
Nicholas Marriott
|
743956edf8
|
Allow -c anywhere -s was allowed.
|
2008-06-03 16:55:09 +00:00 |
|
Nicholas Marriott
|
f91e7bfd38
|
If no command is specified, assume new-session.
|
2008-06-03 05:35:51 +00:00 |
|
Nicholas Marriott
|
95cc21c251
|
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
|
2008-06-02 21:36:51 +00:00 |
|
Nicholas Marriott
|
a26f58c7c3
|
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.
|
2008-06-02 21:08:36 +00:00 |
|
Nicholas Marriott
|
c7243b73cb
|
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.
|
2008-06-02 18:08:17 +00:00 |
|
Nicholas Marriott
|
cea201df20
|
Don't die if no dst window and -k to linkw.
|
2008-06-01 20:32:41 +00:00 |
|
Nicholas Marriott
|
103748d6ad
|
Major reorganisation of screen handling.
|
2007-12-06 09:46:23 +00:00 |
|
Nicholas Marriott
|
e4f01009a3
|
Wipe curw so last doesn't end up as deleted.
|
2007-11-21 15:05:53 +00:00 |
|
Nicholas Marriott
|
958cd9cb94
|
-k on link-window to kill dest window if it exists.
|
2007-11-17 08:21:54 +00:00 |
|
Nicholas Marriott
|
b359f9b594
|
Add -c option to specify client, and move detach/refresh to client rather than session.
|
2007-11-16 21:12:31 +00:00 |
|
Nicholas Marriott
|
7e3cc5fd12
|
Use ctx->client/ctx->session inline instead of temporary variables which were
being reused and causing confusion and problems.
|
2007-11-13 09:53:47 +00:00 |
|
Nicholas Marriott
|
941eab33e9
|
%u -> %d for indexes. Some lint fixes.
|
2007-10-30 10:59:43 +00:00 |
|
Nicholas Marriott
|
4a325c8f93
|
unlink-window command. Also fix some u_int -> int problems.
|
2007-10-26 16:57:32 +00:00 |
|
Nicholas Marriott
|
51482b57ae
|
Redraw status bar on link.
|
2007-10-26 13:35:39 +00:00 |
|
Nicholas Marriott
|
5a954bd9bd
|
link-window command to link a window into another session.
|
2007-10-26 13:03:59 +00:00 |
|