1. b7397bf utf8 option is gone. by Nicholas Marriott · 9 years ago
  2. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  3. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  4. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  5. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  6. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  7. 44657bf Move struct options into options.c. by nicm · 9 years ago
  8. 4afe26f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  9. af16ce6 When the active pane changes, redraw panes if the style has by nicm · 9 years ago
  10. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  11. 5047670 Remove some old prototypes and unused functions. by nicm · 9 years ago
  12. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  13. 5267ce8 Treat entering or leaving a mode as pane changed. by nicm · 9 years ago
  14. b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
  15. d9b3133 Only set default title to hostname on screens that are being used for a by nicm · 9 years ago
  16. 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
  17. e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
  18. 031d7ce Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  19. 25faca4 Error messages should not have a trailing period. by nicm · 9 years ago
  20. fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
  21. e45f42d Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  22. bad8d0f Do not call window_unzoom from window_destroy because it will try to add by nicm · 9 years ago
  23. 21a2ccc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  25. 9fdc3a0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  27. 02e348c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  28. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  29. 00471dc Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  30. 3f4ee98 To replace c0-*, add a high watermark to the pty event, and also backoff by nicm · 10 years ago
  31. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
  32. 504b97b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  33. 8e9b6e0 Style spacing nits. by nicm · 10 years ago
  34. f10d367 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  35. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
  36. dc2adc6 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  37. 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago
  38. 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  39. 72e9ebf Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  40. 05e7fbd Get rid of window_choose_list type. by nicm · 10 years ago
  41. 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
  42. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 10 years ago
  43. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  44. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 10 years ago
  45. 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 10 years ago
  46. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  47. 69f292a Always format real layout even when zoomed. by nicm · 10 years ago
  48. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  49. 6f58757 Use a more sensible buffer size for flags string. by nicm · 10 years ago
  50. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  51. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  52. ffb83d2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  53. 1b2c62a Entries in the window list can be NULL, prompted by a crash seen by Ben Boeckel. by nicm · 10 years ago
  54. 5f8138f Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  55. 160e3e2 Notify on zoom/unzoom, from George Nachmann. by nicm · 10 years ago
  56. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  57. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  58. a02c2e5 Only redraw pane when it has actually changed. by nicm · 10 years ago
  59. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  60. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  61. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  62. 54782af Allow keys and send-keys to invisible panes, from saggy-kun at users dot by nicm · 10 years ago
  63. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  64. 74becbf Reset properly when c0-change-trigger is increased from zero so panes by nicm · 10 years ago
  65. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  66. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  67. 540f0b3 Both the two previous ways of navigating panes by direction have by nicm · 11 years ago
  68. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  69. a5d4b7f Some more long lines. by nicm · 11 years ago
  70. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  71. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  72. 2e98c90 Correct the dance to fix the active pane in join-pane by pulling the by nicm · 11 years ago
  73. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  74. 1704d4a Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. by nicm · 11 years ago
  75. 78e783e Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. by Nicholas Marriott · 11 years ago
  76. f315207 I prefer . here not :. by Nicholas Marriott · 11 years ago
  77. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  78. 150ef86 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  79. 315d45a Fix crash due to uninitialized lastwp member of layout_cell, reported by by nicm · 11 years ago
  80. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  81. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  82. c930fd5 Remember the last active pane in the top-bottom or left-right cell so by nicm · 11 years ago
  83. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  84. 90ae768 Clear window->flags when clearing winlinks by nicm · 11 years ago
  85. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  86. c103f2f Clear window->flags when clearing winlinks by Thomas · 11 years ago
  87. 399a15b Merge branch 'obsd-master' by Thomas · 12 years ago
  88. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  89. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  90. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  91. 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
  92. 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  93. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  94. 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  95. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  96. 8aa40ec Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  97. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  98. dbd8e47 Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  99. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  100. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago