1. c916fea Fix pane movement by direction (up, down, left, right) when by nicm · 8 years ago
  2. 8e9b100 Log where panes are created. by nicm · 8 years ago
  3. e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
  4. 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
  5. 35a0606 Remove event watermarks, don't work well enough to be worth it. by nicm · 8 years ago
  6. 3d74e89 Shorten a long line, and don't leak buffer in paste_add if size is zero. by nicm · 8 years ago
  7. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  8. dad3090 Put all palette functions together in the file. by nicm · 8 years ago
  9. 0752fda Erm the aixterm colours should start at 8, not 7. by nicm · 8 years ago
  10. 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
  11. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  12. 5636d38 Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. by nicm · 8 years ago
  13. e88b743 The target validity check used window_pane_visible but that may be false by nicm · 8 years ago
  14. 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
  15. c2f8837 Store the right size in the pipe offset for pipe-pane. by nicm · 8 years ago
  16. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  17. e799037 Give window_create and window_create1 better names. by nicm · 8 years ago
  18. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  19. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  20. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  21. acacb71 Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with by nicm · 8 years ago
  22. eb50e7a Swap watermarks from high (4096) to low (128) when we get full buffers by nicm · 8 years ago
  23. 9436a31 Tweak output of environment logging. by nicm · 8 years ago
  24. 1718420 Log environment to new panes. by nicm · 8 years ago
  25. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  26. bee3e3e Copy mode needs to keep the original grid intact so it can copy from it by nicm · 8 years ago
  27. 00cf5fb Insert new panes after the pane being split in the list rather than by nicm · 8 years ago
  28. 1921fac Cache the window styles and do not look up the window-style options by nicm · 8 years ago
  29. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  30. c5443da The backoff timer is causing no end of trouble with disconnected clients by nicm · 8 years ago
  31. 2e4503a Redraw status on mode entry and exit. by nicm · 9 years ago
  32. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  33. f84d32c Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. by nicm · 9 years ago
  34. bdbec09 Make input off flag (selectp -d) apply to synchronize-panes too. by nicm · 9 years ago
  35. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  36. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  37. 7236838 Mark new active pane changed after pane lost in window, and after by nicm · 9 years ago
  38. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  39. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  40. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  41. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  42. 44657bf Move struct options into options.c. by nicm · 9 years ago
  43. af16ce6 When the active pane changes, redraw panes if the style has by nicm · 9 years ago
  44. 5047670 Remove some old prototypes and unused functions. by nicm · 9 years ago
  45. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  46. 5267ce8 Treat entering or leaving a mode as pane changed. by nicm · 9 years ago
  47. b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
  48. d9b3133 Only set default title to hostname on screens that are being used for a by nicm · 9 years ago
  49. 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
  50. e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
  51. 25faca4 Error messages should not have a trailing period. by nicm · 9 years ago
  52. fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
  53. bad8d0f Do not call window_unzoom from window_destroy because it will try to add by nicm · 9 years ago
  54. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  55. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  56. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  57. 3f4ee98 To replace c0-*, add a high watermark to the pty event, and also backoff by nicm · 9 years ago
  58. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 9 years ago
  59. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  60. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 9 years ago
  61. 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 9 years ago
  62. 05e7fbd Get rid of window_choose_list type. by nicm · 9 years ago
  63. 07dfdb9 Make message log a TAILQ. by nicm · 9 years ago
  64. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 9 years ago
  65. 8d66f4f Change the windows array into an RB tree and fix some places where we by nicm · 9 years ago
  66. 89e80ca window_index is only used in one place (window_destroy) so inline it there. by nicm · 9 years ago
  67. 69f292a Always format real layout even when zoomed. by nicm · 9 years ago
  68. 6f58757 Use a more sensible buffer size for flags string. by nicm · 10 years ago
  69. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  70. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  71. 1b2c62a Entries in the window list can be NULL, prompted by a crash seen by Ben Boeckel. by nicm · 10 years ago
  72. 160e3e2 Notify on zoom/unzoom, from George Nachmann. by nicm · 10 years ago
  73. a02c2e5 Only redraw pane when it has actually changed. by nicm · 10 years ago
  74. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  75. 54782af Allow keys and send-keys to invisible panes, from saggy-kun at users dot by nicm · 10 years ago
  76. 74becbf Reset properly when c0-change-trigger is increased from zero so panes by nicm · 10 years ago
  77. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  78. 540f0b3 Both the two previous ways of navigating panes by direction have by nicm · 10 years ago
  79. a5d4b7f Some more long lines. by nicm · 11 years ago
  80. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  81. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  82. 2e98c90 Correct the dance to fix the active pane in join-pane by pulling the by nicm · 11 years ago
  83. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  84. 1704d4a Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. by nicm · 11 years ago
  85. 315d45a Fix crash due to uninitialized lastwp member of layout_cell, reported by by nicm · 11 years ago
  86. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  87. c930fd5 Remember the last active pane in the top-bottom or left-right cell so by nicm · 11 years ago
  88. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  89. 90ae768 Clear window->flags when clearing winlinks by nicm · 11 years ago
  90. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  91. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  92. 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
  93. 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  94. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  95. 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  96. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  97. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  98. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  99. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  100. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago