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