1. 36c0871 This ioctl(TIOCGWINSZ) call is no longer necessary, the result is never by Nicholas Marriott · 14 years ago
  2. b88ec14 Fix binding of C-Space/C-@, from Micah Cowan. by Nicholas Marriott · 14 years ago
  3. cc724f3 Make start-of-line work the same as end-of-line on wrapped lines (jump by Nicholas Marriott · 14 years ago
  4. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  5. e1e120d Better to say "command key bindings" since we've just called them command keys. by Nicholas Marriott · 14 years ago
  6. 7b73972 There is no real reason not to list all the key bindings here rather by Nicholas Marriott · 14 years ago
  7. 1618f3e Move imsg into libutil and add a man page. by Nicholas Marriott · 14 years ago
  8. c47d66f Rename some imsg bits to make namespace collisions less likely buf to by Nicholas Marriott · 14 years ago
  9. 1e8faaa Don't die if the client has been detached when the job finishes, just by Nicholas Marriott · 14 years ago
  10. 608eef7 Fix an out-of-date comment. by Nicholas Marriott · 14 years ago
  11. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  12. 0ed727a Enhance paste-buffer to allow lines to be separated by any string, from by Nicholas Marriott · 14 years ago
  13. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  14. 4af4d12 Accept (and document) "none" instead of "default" for attributes as it by Nicholas Marriott · 14 years ago
  15. e5f01fe Use $OpenBSD$. by Nicholas Marriott · 14 years ago
  16. 72d1afa Catch SIGHUP and terminate if running as a client. This prevents clients by Joel Sing · 14 years ago
  17. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  18. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  19. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  20. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  21. c919139 Make C-] and other punctuation-based control key combinations work again. by Ryan McBride · 14 years ago
  22. fc09ec3 sort options. by Igor Sobrado · 14 years ago
  23. 99e54f4 Make the active pane border have a green foreground instead of by Nicholas Marriott · 14 years ago
  24. 2240199 Fix crash when resizing in copy mode, when cursor can end up outside screen. by Nicholas Marriott · 14 years ago
  25. 83e1a33 imsg.h does not need sys/tree.h. by Nicholas Marriott · 14 years ago
  26. d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 14 years ago
  27. 6769115 When converting A-Z into a control character, want to subtract 64 not by Nicholas Marriott · 14 years ago
  28. 261b6b8 Mark zombie windows as dead in choose-window list, from Romain Francoise. by Nicholas Marriott · 14 years ago
  29. 3ae1b82 Rewrite key string conversions to be readable and to work properly for by Nicholas Marriott · 14 years ago
  30. 67dd5df Catch SIGCHLD to avoid a zombie, from patrick keshishian. by Nicholas Marriott · 15 years ago
  31. 622593a Fix typo in escape state table leading to fatal() when \033} or \033~ by Nicholas Marriott · 15 years ago
  32. a6d5240 If remain-on-exit is set, both the error callback and a SIGCHLD could by Nicholas Marriott · 15 years ago
  33. 842bc2b Fix use-after-free of the window link when it is part of a grouped by Nicholas Marriott · 15 years ago
  34. a2c86dc Remove XXX comment and just close received fd if calloc() fails. by Nicholas Marriott · 15 years ago
  35. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  36. f81190a Mention title setting, and the new default. by Nicholas Marriott · 15 years ago
  37. 6704c86 rather than using an empty "" as the default window title, put the hostname by Bob Beck · 15 years ago
  38. 680f920 tweak; by Jason McIntyre · 15 years ago
  39. 089c33f Should be -s for src pane. by Nicholas Marriott · 15 years ago
  40. 46d5c14 Dead assignment, found with clang. by Nicholas Marriott · 15 years ago
  41. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  42. 7425122 Squash a function that is only called in a callback into the callback function. by Nicholas Marriott · 15 years ago
  43. 56481a4 Don't accept keys with modifiers as input. Fixes crash reported by Brian by Nicholas Marriott · 15 years ago
  44. 41f90bd Don't leak job command in #(). by Nicholas Marriott · 15 years ago
  45. d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  46. d267845 dispense with some wacky escape sequences; by Jason McIntyre · 15 years ago
  47. c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
  48. e16b7b8 Reset output functions too when changing client after attaching, to by Nicholas Marriott · 15 years ago
  49. 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
  50. 509ce7f Nuke unused variable. by Nicholas Marriott · 15 years ago
  51. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  52. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  53. 021037c Accept a full key match (not a partial) even if there is data left in by Nicholas Marriott · 15 years ago
  54. 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  55. 48dd720 Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. by Nicholas Marriott · 15 years ago
  56. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  57. 56a33b1 Extend the end-of-line key so that in normal mode a second press moves by Nicholas Marriott · 15 years ago
  58. c7046b9 Check for colour and attribute modifications early so the translated by Nicholas Marriott · 15 years ago
  59. 6ac3343 Typo fix from Tim van der Molen. by Nicholas Marriott · 15 years ago
  60. f1dd956 Don't set the terminal to nonblocking on detach until we have finished with it by Nicholas Marriott · 15 years ago
  61. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  62. efbcf87 In load-buffer, read until EOF rather than using stat() and reading a fixed by Nicholas Marriott · 15 years ago
  63. 73b8c3e Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor by Nicholas Marriott · 15 years ago
  64. 2521102 Display -t argument to new-session, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  65. 24634b6 have_arg matches buf so it is no longer necessary, spotted by Tim van der Molen. by Nicholas Marriott · 15 years ago
  66. 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
  67. a61b8a2 Make next-word stop at beginning of word even if it is at the start of the by Nicholas Marriott · 15 years ago
  68. c164f58 Man page additions/improvements, thanks to Robin Lee Powell. by Nicholas Marriott · 15 years ago
  69. d285f7f Don't strip add newline if only copying part of wrapped line. Problem spotted by Nicholas Marriott · 15 years ago
  70. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  71. f429057 Clarify default status-right, from Seth Wright. by Nicholas Marriott · 15 years ago
  72. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  73. 2dc74f2 next-layout is bound to Space not C-Space. by Nicholas Marriott · 15 years ago
  74. 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
  75. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  76. 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
  77. 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  78. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  79. 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
  80. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  81. e7c6f81 Read the path from $TMUX if it is present and -L and -S are not given. Based on by Nicholas Marriott · 15 years ago
  82. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  83. d6bd9c0 Fix divide by zero on small windows with main-* layouts. by Nicholas Marriott · 15 years ago
  84. 9ffe549 If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on by Nicholas Marriott · 15 years ago
  85. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  86. c29bfd2 Remove unnecessary comparison, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
  87. 383c682 Fix DPADD, from Brad. by Nicholas Marriott · 15 years ago
  88. 8a37a1c Don't stop parsing command sequences when a command requests the client to by Nicholas Marriott · 15 years ago
  89. 65c9004 Ignore SIGHUP as well. by Nicholas Marriott · 15 years ago
  90. 6abd984 Typo, from Micah Cowan. by Nicholas Marriott · 15 years ago
  91. f941879 Actually bind the new key to e. by Nicholas Marriott · 15 years ago
  92. 05213e4 Calculate offset correctly, fixes incorrect offset and prevents crash when by Nicholas Marriott · 15 years ago
  93. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  94. ba6dedb Actually use the copy made when no newline is found, from martynas@. by Nicholas Marriott · 15 years ago
  95. f26312f Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. by Nicholas Marriott · 15 years ago
  96. e31480c Update the selection properly after goto line or searching. by Nicholas Marriott · 15 years ago
  97. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  98. 75e13c8 Redraw properly when scrolling backward and the cursor is on the last by Nicholas Marriott · 15 years ago
  99. b9ade6e When a window is destroyed, remove all links to it from each session rather by Nicholas Marriott · 15 years ago
  100. c0d3e43 Don't leak if arguments appear multiple times, from Tiago Cunha. by Nicholas Marriott · 15 years ago