1. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 5 months ago
  2. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 6 months ago
  3. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 7 months ago
  4. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 7 months ago
  5. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 10 months ago
  6. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  7. 0dc8b7d unbreak build, okay nicm@ by espie · 5 years ago
  8. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  9. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 5 years ago
  10. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  11. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  12. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  13. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  14. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  15. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  16. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 7 years ago
  17. c889e11 Merge clear-history into capture-pane. by nicm · 8 years ago
  18. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  19. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  20. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  21. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  22. a3de5db Merge delete-buffer into cmd-set-buffer.c and change the paste buffer by nicm · 9 years ago
  23. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  24. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  25. 9ae2284 Merge clock-mode command into copy-mode. by nicm · 10 years ago
  26. 10a9440 Merge linkw and movew which are virtually identical. by nicm · 10 years ago
  27. 68cb1c0 Merge unlink-window into kill-window. by nicm · 10 years ago
  28. 30bacf6 Move suspend-client code into detach-client. by nicm · 10 years ago
  29. f5bc855 Move list-commands into list-keys. by nicm · 10 years ago
  30. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  31. 175f215 Having three *clock* files is ridiculous, remove clock.c. by nicm · 11 years ago
  32. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  33. dda70d4 Merge start-server into kill-server. by nicm · 11 years ago
  34. d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
  35. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  36. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  37. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  38. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  39. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  40. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  41. 191a92c Sort SRCS list. by Nicholas Marriott · 12 years ago
  42. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  43. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  44. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  45. 4697b35 -lm is no longer needed, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  46. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  47. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  48. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  49. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  50. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  51. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  52. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  53. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  54. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  55. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  56. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  57. 1618f3e Move imsg into libutil and add a man page. by Nicholas Marriott · 14 years ago
  58. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  59. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  60. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  61. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  62. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  63. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  64. 383c682 Fix DPADD, from Brad. by Nicholas Marriott · 15 years ago
  65. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  66. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  67. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  68. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  69. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  70. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  71. 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
  72. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  73. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  74. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  75. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  76. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  77. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  78. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  79. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  80. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  81. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  82. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  83. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
  84. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  85. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  86. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  87. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  88. 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 15 years ago
  89. dd4a3b2 tty_write is relatively short and the only function left in tty-write.c so move by Nicholas Marriott · 15 years ago
  90. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  91. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  92. ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
  93. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  94. 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  95. 5050171 diagflags for diags okay nicm@ by Marc Espie · 15 years ago
  96. 74d0851 Remove some cruft from the Makefile. by Nicholas Marriott · 15 years ago
  97. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  98. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago