1. 6f58757 Use a more sensible buffer size for flags string. by nicm · 10 years ago
  2. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  3. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  4. 1b2c62a Entries in the window list can be NULL, prompted by a crash seen by Ben Boeckel. by nicm · 10 years ago
  5. 160e3e2 Notify on zoom/unzoom, from George Nachmann. by nicm · 10 years ago
  6. a02c2e5 Only redraw pane when it has actually changed. by nicm · 10 years ago
  7. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  8. 54782af Allow keys and send-keys to invisible panes, from saggy-kun at users dot by nicm · 10 years ago
  9. 74becbf Reset properly when c0-change-trigger is increased from zero so panes by nicm · 10 years ago
  10. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  11. 540f0b3 Both the two previous ways of navigating panes by direction have by nicm · 10 years ago
  12. a5d4b7f Some more long lines. by nicm · 11 years ago
  13. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  14. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  15. 2e98c90 Correct the dance to fix the active pane in join-pane by pulling the by nicm · 11 years ago
  16. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  17. 1704d4a Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. by nicm · 11 years ago
  18. 315d45a Fix crash due to uninitialized lastwp member of layout_cell, reported by by nicm · 11 years ago
  19. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  20. c930fd5 Remember the last active pane in the top-bottom or left-right cell so by nicm · 11 years ago
  21. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  22. 90ae768 Clear window->flags when clearing winlinks by nicm · 11 years ago
  23. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  24. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  25. 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
  26. 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  27. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  28. 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  29. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  30. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  31. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  32. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  33. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  34. 596e9d8 Fix bad size in memcpy from Romain Francoise. by Nicholas Marriott · 12 years ago
  35. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  36. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  37. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  38. 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
  39. f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
  40. 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
  41. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  42. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  43. 5672f2c Check changes_timer with event_initialized before event_del. by Nicholas Marriott · 13 years ago
  44. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  45. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  46. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  47. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
  48. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  49. 9bbc63e Call bufferevent_free before closing file descriptor associated with it by Nicholas Marriott · 13 years ago
  50. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  51. e6a59c4 Reject $SHELL if it is not a full path. by Nicholas Marriott · 13 years ago
  52. f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
  53. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  54. 0f97ac4 The mouse should only work in copy mode if mode-mouse is set, not just by Nicholas Marriott · 14 years ago
  55. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  56. 1270f8f Check if the index is in use and fail before creating the child process, by Nicholas Marriott · 14 years ago
  57. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  58. 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
  59. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  60. 503edae Don't allow last and active window to become the same - a very bad move by Nicholas Marriott · 14 years ago
  61. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  62. a3efd2a When removing a pane, don't change the active pane unless the active by Nicholas Marriott · 14 years ago
  63. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  64. f69ce39 When destroying a pane, reset any mode (which reenables pane by Nicholas Marriott · 14 years ago
  65. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  66. 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
  67. 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
  68. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  69. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  70. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  71. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  72. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  73. 7425122 Squash a function that is only called in a callback into the callback function. by Nicholas Marriott · 15 years ago
  74. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  75. 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  76. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  77. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  78. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  79. 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
  80. 8e47966 Destroy panes immediately rather than checking them all every loop. by Nicholas Marriott · 15 years ago
  81. 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
  82. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  83. 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
  84. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  85. fd35b6f Only redraw the pane when changing mode, not the entire window. by Nicholas Marriott · 15 years ago
  86. 2afe395 Stop updating the screen when not in output mode, stops copy mode getting by Nicholas Marriott · 15 years ago
  87. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  88. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  89. 2988c59 Accept key and mouse input for keys in zombified windows if they are in a mode.. by Nicholas Marriott · 15 years ago
  90. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  91. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  92. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  93. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  94. 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
  95. c089e19 If forking a login shell or if SHELL is otherwise not useful, set it to the by Nicholas Marriott · 15 years ago
  96. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  97. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  98. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  99. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
  100. 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago