1. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  2. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  3. d4177e9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  4. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  5. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  6. 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
  7. 400529e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  8. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  9. 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  10. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
  11. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  12. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  13. 9ecf657 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  14. 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
  15. e811132 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  16. bd2896b SESSION_UNATTACHED flag is no longer necessary now we have an attached by nicm · 6 years ago
  17. 1bd66b6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  18. c6975b3 Add x and X to choose-tree (with a confirmation prompt) to kill an by nicm · 7 years ago
  19. 0ca9664 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  20. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  21. 3753167 Need compat for queue.h. by Nicholas Marriott · 7 years ago
  22. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  23. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  24. 0f7160e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  25. 9852bd7 Check for complete keys before escape prefix, allows keys to be defined by nicm · 7 years ago
  26. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  27. d0d42dc proc_send_s now seems unnecessary. by nicm · 7 years ago
  28. fbbf5a1 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. 58b7966 Some extra logging to show why tmux might exit. by nicm · 7 years ago
  30. 20e3059 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. 18bab30 Scrolling needs to use background colour. by nicm · 7 years ago
  32. 28833ef Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  33. 7461c16 Remove a couple of redraw flags that no longer have any effect. by nicm · 8 years ago
  34. c5bdae4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  35. bce1dee Move the client identify (display-panes) code into server-client.c. by nicm · 8 years ago
  36. dbfee6a Move server_fill_environ into environ.c and move some other common code into it. by nicm · 8 years ago
  37. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  38. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  39. 780dd7a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  40. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  41. d54e990 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  43. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  45. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  46. 93f42d3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  47. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  48. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  49. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  50. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  51. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  52. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  53. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  54. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  55. d7e11d0 Check alerts when session changes, from Patrick Palka. by nicm · 9 years ago
  56. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  57. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  58. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  59. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  60. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  61. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  62. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  63. 44657bf Move struct options into options.c. by nicm · 9 years ago
  64. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  65. 1f4a5b5 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  66. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  67. 1fd7560 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  68. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  69. 486421c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  70. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  71. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  72. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  73. c0cf484 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago
  75. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  76. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  77. 9a453dd Make session_has return a flag, returning the first winlink found is a by nicm · 9 years ago
  78. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  79. 0e7219d Fix moving windows to nonexistent indexes when renumber-windows is by nicm · 9 years ago
  80. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  81. bbac2ae Honour renumber-windows when unlinking a window, from Thomas Adam. by nicm · 10 years ago
  82. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  83. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  84. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  85. da72a0b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  86. fee096a Unzoom before kill, from Thomas Adam. by nicm · 10 years ago
  87. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  88. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  89. 900f6fc Tidy up some includes. by nicm · 10 years ago
  90. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  91. a5d4b7f Some more long lines. by nicm · 11 years ago
  92. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  93. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  94. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  95. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  96. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  97. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
  98. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  99. fa1375c Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by Nicholas Marriott · 11 years ago
  100. f141e9b Instead of fixed size buffers for some messages, send only the string length. by Nicholas Marriott · 11 years ago