- bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
- 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
- b85de1d Pass -1 for cwd now not NULL. by nicm · 11 years ago
- d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
- f3ec869 Pass -1 for cwd now not NULL. by Nicholas Marriott · 11 years ago
- a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
- c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
- 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 5dad316 Sync OpenBSD patchset 931: by Tiago Cunha · 13 years ago
- a70379d Use screen_reinit for respawn-pane to keep history and call input_init by Nicholas Marriott · 13 years ago
- 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
- 72bc03a Sync OpenBSD patchset 535: by Tiago Cunha · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
- 15b643f Sync from OpenBSD: by Nicholas Marriott · 15 years ago
- 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
- a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
- 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
- f415d43 Sync OpenBSD patchset 254: by Tiago Cunha · 15 years ago
- 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
- 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
- d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
- 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
- a5ad186 Sync OpenBSD patchset 180: by Tiago Cunha · 15 years ago
- 2bb89bc Set the active pane when respawning a window - fixes problems when respawning a by Nicholas Marriott · 15 years ago
- 545893d Sync OpenBSD patchset 142: by Tiago Cunha · 15 years ago
- 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
- 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
- 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
- 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
- 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
- 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 16 years ago
- b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
- f855591 kill-pane command. by Nicholas Marriott · 16 years ago
- 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
- 162bacd 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). by Nicholas Marriott · 16 years ago
- 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
- f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
- 07af4ce Fill in $TMUX. by Nicholas Marriott · 16 years ago
- ce2dc2a Set up environ properly. by Nicholas Marriott · 16 years ago
- 8969a8b Don't copy default command, use NULL if specified to use previous command. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago