1. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  2. 4697b35 -lm is no longer needed, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  3. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  4. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  5. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  6. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  7. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  8. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  9. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  10. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  11. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  12. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  13. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  14. 1618f3e Move imsg into libutil and add a man page. by Nicholas Marriott · 14 years ago
  15. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  16. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  17. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  18. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  19. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  20. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  21. 383c682 Fix DPADD, from Brad. by Nicholas Marriott · 15 years ago
  22. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  23. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  24. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  25. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  26. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  27. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  28. 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
  29. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  30. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  31. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  32. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  33. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  34. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  35. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  36. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  37. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  38. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  39. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  40. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
  41. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  42. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  43. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  44. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  45. 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 15 years ago
  46. dd4a3b2 tty_write is relatively short and the only function left in tty-write.c so move by Nicholas Marriott · 15 years ago
  47. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  48. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  49. ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
  50. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  51. 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  52. 5050171 diagflags for diags okay nicm@ by Marc Espie · 15 years ago
  53. 74d0851 Remove some cruft from the Makefile. by Nicholas Marriott · 15 years ago
  54. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  55. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago