Nicholas Marriott
|
d29ca39e0e
|
Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list.
|
2009-01-15 19:27:31 +00:00 |
|
Nicholas Marriott
|
d1eb153368
|
switch-pane is now select-pane.
|
2009-01-14 19:56:55 +00:00 |
|
Nicholas Marriott
|
3f51dcdfc3
|
up-pane and down-pane commands.
|
2009-01-14 19:41:15 +00:00 |
|
Nicholas Marriott
|
f85559144f
|
kill-pane command.
|
2009-01-13 06:50:10 +00:00 |
|
Nicholas Marriott
|
c35a50b21a
|
Commands to resize panes; also a pane generic cmd, not used yet.
|
2009-01-12 19:23:14 +00:00 |
|
Nicholas Marriott
|
162bacdcd9
|
Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
|
2009-01-11 23:31:46 +00:00 |
|
Nicholas Marriott
|
d78bc5dfc4
|
save-buffer command, from Tiago Cunha.
|
2009-01-11 23:14:57 +00:00 |
|
Nicholas Marriott
|
e3feb067a5
|
Server locking. set-password and lock-server commands, plus automatic locking.
|
2009-01-11 00:48:42 +00:00 |
|
Nicholas Marriott
|
88ab74ac20
|
Clock mode.
|
2009-01-10 19:35:40 +00:00 |
|
Nicholas Marriott
|
a1b43faa43
|
Trim spaces.
|
2009-01-10 01:51:22 +00:00 |
|
Nicholas Marriott
|
fb6c8ecae6
|
New command, server-info, to show server info + terminal details. Also tweak term stuff a bit.
|
2009-01-10 01:30:38 +00:00 |
|
Nicholas Marriott
|
4af8db90e8
|
Complete option names as well.
|
2009-01-06 17:04:56 +00:00 |
|
Nicholas Marriott
|
5445918b3e
|
source-file command from Tiago Cunha.
|
2008-12-15 21:21:56 +00:00 |
|
Nicholas Marriott
|
5c3d973a4a
|
Import OpenBSD's getopt(3) to workaround broken glibc version.
|
2008-12-10 20:25:42 +00:00 |
|
Nicholas Marriott
|
62457bce0b
|
Trim.
|
2008-09-26 06:45:28 +00:00 |
|
Nicholas Marriott
|
df2b3bcf44
|
Fix stupid GNU getopt behaviour.
|
2008-09-25 23:28:15 +00:00 |
|
Nicholas Marriott
|
33aa931541
|
Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.
|
2008-08-28 17:45:30 +00:00 |
|
Nicholas Marriott
|
403b1b27ab
|
Handle exact match properly.
|
2008-07-19 10:07:50 +00:00 |
|
Nicholas Marriott
|
e5cf8594e8
|
long for pid.
|
2008-07-01 20:35:16 +00:00 |
|
Nicholas Marriott
|
d90d646ca8
|
Zombie windows, requested by Will Maier.
|
2008-06-29 07:04:31 +00:00 |
|
Nicholas Marriott
|
571935c823
|
Handle bad session/client properly.
|
2008-06-27 17:10:01 +00:00 |
|
Nicholas Marriott
|
b87789707b
|
Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.
|
2008-06-25 20:43:14 +00:00 |
|
Nicholas Marriott
|
7836298f29
|
Allow use of alt keys. move-window command.
|
2008-06-25 20:33:20 +00:00 |
|
Nicholas Marriott
|
59da4dce67
|
list-commands command.
|
2008-06-23 22:24:16 +00:00 |
|
Nicholas Marriott
|
c24d849fa4
|
Split options into a table to allow abbreviations.
|
2008-06-23 07:41:21 +00:00 |
|
Nicholas Marriott
|
76019e1d52
|
If one match, add trailing space.
|
2008-06-21 14:16:30 +00:00 |
|
Nicholas Marriott
|
e70e9513a8
|
Simple tab completion of option names in command prompt.
|
2008-06-21 14:11:39 +00:00 |
|
Nicholas Marriott
|
4e4f71febb
|
Swap in new paste buffer code and add a couple more commands.
|
2008-06-20 17:31:48 +00:00 |
|
Nicholas Marriott
|
9798dcd4df
|
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
|
2008-06-20 08:36:20 +00:00 |
|
Nicholas Marriott
|
74d8f0bf1d
|
Command prompt for interactive commands.
|
2008-06-19 20:45:21 +00:00 |
|
Nicholas Marriott
|
99df48d70f
|
Trimify.
|
2008-06-18 22:21:51 +00:00 |
|
Nicholas Marriott
|
ff21dbd58b
|
Explanation of -t.
|
2008-06-16 22:03:27 +00:00 |
|
Nicholas Marriott
|
4c166484f4
|
Memory leak/missing init.
|
2008-06-16 07:01:41 +00:00 |
|
Nicholas Marriott
|
1d0810547f
|
show-window-options command.
|
2008-06-16 06:10:02 +00:00 |
|
Nicholas Marriott
|
557b6b86b0
|
Add a couple of extra option types, and implement show-options command.
|
2008-06-15 08:01:54 +00:00 |
|
Nicholas Marriott
|
197347b61f
|
Don't bork on link/swap the same window. Also extend comment.
|
2008-06-05 22:59:38 +00:00 |
|
Nicholas Marriott
|
0b9b873a55
|
Big reorganisation of command-line syntax.
|
2008-06-05 21:25:00 +00:00 |
|
Nicholas Marriott
|
642c0b00ab
|
Easy bits of arg printing for list-keys.
|
2008-06-05 16:35:32 +00:00 |
|
Nicholas Marriott
|
0f95671fe3
|
Disable/enable window activity monitoring with set-window-option command.
|
2008-06-04 17:54:27 +00:00 |
|
Nicholas Marriott
|
73c9b25d2d
|
It is too easy to create things in the same second; use a timespec instead.
|
2008-06-03 18:13:54 +00:00 |
|
Nicholas Marriott
|
743956edf8
|
Allow -c anywhere -s was allowed.
|
2008-06-03 16:55:09 +00:00 |
|
Nicholas Marriott
|
3e6b145923
|
Allow fnmatch(3) on -s, and select newest session if multiple.
|
2008-06-03 05:47:09 +00:00 |
|
Nicholas Marriott
|
eaee4dc800
|
Quick and dirty kill-server command.
|
2008-06-03 05:10:38 +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
|
65f4284e7f
|
New command, send-keys, to send a set of keys.
|
2008-06-01 20:20:25 +00:00 |
|
Nicholas Marriott
|
103748d6ad
|
Major reorganisation of screen handling.
|
2007-12-06 09:46:23 +00:00 |
|
Nicholas Marriott
|
8da0b1fb99
|
Mostly-complete copy and paste.
|
2007-11-23 17:52:54 +00:00 |
|
Nicholas Marriott
|
18d72e6928
|
Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around.
|
2007-11-22 18:09:43 +00:00 |
|
Nicholas Marriott
|
9a6e47cfa8
|
Initial history support.
|
2007-11-21 13:11:41 +00:00 |
|
Nicholas Marriott
|
6e04524596
|
switch-client command.
|
2007-11-16 21:31:03 +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
|
ce5f02fc9e
|
Report available commands on ambiguous commands. Tidy TODO a bit.
|
2007-11-16 13:23:59 +00:00 |
|
Nicholas Marriott
|
e4a6cdefda
|
kill-window command.
|
2007-11-12 14:21:41 +00:00 |
|
Nicholas Marriott
|
16321270c8
|
rename-session command.
|
2007-11-09 11:02:01 +00:00 |
|
Nicholas Marriott
|
48ad0431fb
|
swap-window command.
|
2007-10-30 11:10:33 +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
|
5a954bd9bd
|
link-window command to link a window into another session.
|
2007-10-26 13:03:59 +00:00 |
|
Nicholas Marriott
|
9f06104c3a
|
has-session command.
|
2007-10-25 17:44:25 +00:00 |
|
Nicholas Marriott
|
25e94a0526
|
List client command.
|
2007-10-23 09:36:19 +00:00 |
|
Nicholas Marriott
|
1b9647669a
|
Kill window command. Nuke some backspace stuff.
|
2007-10-19 11:10:35 +00:00 |
|
Nicholas Marriott
|
94f003bbec
|
Refresh session command.
|
2007-10-19 09:21:26 +00:00 |
|
Nicholas Marriott
|
514d6fa1ec
|
Accept colours as strings.
|
2007-10-12 13:51:44 +00:00 |
|
Nicholas Marriott
|
f3404ee922
|
send-prefix command.
|
2007-10-12 13:03:58 +00:00 |
|
Nicholas Marriott
|
26b340964a
|
Lose command index enum in favour of runtime-calculated index.
|
2007-10-04 22:04:01 +00:00 |
|
Nicholas Marriott
|
75e1e4b91e
|
Lose usage and move it into the struct.
|
2007-10-04 21:48:11 +00:00 |
|
Nicholas Marriott
|
68a5d5c00b
|
Window attachment, malloc debugging, fix a segfault with no sessions.
|
2007-10-04 11:52:03 +00:00 |
|
Nicholas Marriott
|
ff56ed7bd6
|
Nuke ?.
|
2007-10-04 11:23:17 +00:00 |
|
Nicholas Marriott
|
225e07fe38
|
Select window command.
|
2007-10-04 10:54:21 +00:00 |
|
Nicholas Marriott
|
19c1e1a800
|
Rename window.
|
2007-10-04 10:39:07 +00:00 |
|
Nicholas Marriott
|
57157a1cde
|
set-option command to set meta.
|
2007-10-04 10:11:32 +00:00 |
|
Nicholas Marriott
|
774b556669
|
Key binding and unbinding.
|
2007-10-04 09:30:53 +00:00 |
|
Nicholas Marriott
|
7ba01f6843
|
New window command.
|
2007-10-03 23:32:26 +00:00 |
|
Nicholas Marriott
|
df716ecc8f
|
Rewrite command handling to be more generic. Not finished!
|
2007-10-03 21:31:07 +00:00 |
|
Nicholas Marriott
|
aaa98ab4a2
|
Rename some bits.
|
2007-10-03 12:43:47 +00:00 |
|
Nicholas Marriott
|
fe06744d66
|
String/number arguments..
|
2007-10-03 12:34:16 +00:00 |
|
Nicholas Marriott
|
dadc56d754
|
Key binding, unbinding.
|
2007-10-03 11:26:34 +00:00 |
|
Nicholas Marriott
|
9bb907f2a7
|
Move command handling into the server and tidy up some bits.
|
2007-10-03 10:18:32 +00:00 |
|