1. 6551f4b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  3. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  5. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  6. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  7. 215d3f8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  8. b8f2dd8 Make the CLIENT_STATUS flag imply that pane status lines are redrawn if by nicm · 8 years ago
  9. 2759157 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  10. acacb71 Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with by nicm · 8 years ago
  11. 93f42d3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  12. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  13. fe4ef30 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  14. 88bd5b1 tty_client_ready can not be internal to tty.c again. by nicm · 8 years ago
  15. 55d472a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  16. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  17. 7a02910 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  18. 36976ce After unlock, Update activity time after recalculate_sizes() so that the by nicm · 8 years ago
  19. ed598e9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
  21. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  22. 54ea8f7 When a mouse drag is finished, fire a MouseUp key press, instead of by nicm · 9 years ago
  23. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  24. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  25. 83c96d2 No need to set cwd on Cygwin now, from Yuya Adachi. by Nicholas Marriott · 9 years ago
  26. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  27. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  28. e5caf64 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  29. ac97783 Some hooks API changes to fire a hook while waiting another cmdq and by nicm · 9 years ago
  30. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  31. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  32. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  33. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  34. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  35. af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  36. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  37. 5862f59 Conflicts: Makefile by Thomas Adam · 9 years ago
  38. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  39. eb5ee80 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  40. a785a7f Do not deref wp if window_get_active_at returns NULL which can happen on by nicm · 9 years ago
  41. b642b3c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  43. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  44. 374e273 Only assume pasting with at least two characters, reduces problems for by nicm · 9 years ago
  45. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  46. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  47. 7b749ef Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  49. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  50. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  51. f2e4aa8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  52. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  53. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  54. abb4e9e The output log is only useful once and it means creating a file, so open by nicm · 9 years ago
  55. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  57. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  58. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  59. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  60. 44657bf Move struct options into options.c. by nicm · 9 years ago
  61. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  62. 9c69a79 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  63. 640c6fd If a mouse event has no key binding, pass it through to the pane it by nicm · 9 years ago
  64. 54a3ed7 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  65. a22fe33 Some extra logging of where keys are actually going. by nicm · 9 years ago
  66. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. 2e2b8a9 Pasting mouse escape sequences is unlikely, so skip them when working by nicm · 9 years ago
  68. 8c39813 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  69. c2c2d44 Log identify messages. by nicm · 9 years ago
  70. 1f4a5b5 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  71. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  72. af2d48f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  73. 8c8cddb The table could change when retrying so don't save it at start of by nicm · 9 years ago
  74. bbdc087 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  75. 174a2ad Pass current directory as a string rather than a file descriptor because by nicm · 9 years ago
  76. a3bce7a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  77. a4b4b29 Rename cmd_q dead flag to a general flags bitmask (will be more flags later). by nicm · 9 years ago
  78. 74b958e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  79. 16efa84 Make refresh-client force update of jobs, from Sina Siadat. by nicm · 9 years ago
  80. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. 93b946e Tweak some error messages/comments. by nicm · 9 years ago
  82. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  83. b87dc60 Some style nits and dead assignments. by nicm · 9 years ago
  84. b9f0571 We already loop over the windows in server_client_loop, so don't do it by nicm · 9 years ago
  85. 486421c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  86. 84eabb2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  87. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  88. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  89. 73b4d09 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  90. 5ec3621 status_out and associated data structures are no longer used. by nicm · 9 years ago
  91. b886393 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  92. 3192178 Initialize client fd to -1 as well, from Bobby Powers. by nicm · 9 years ago
  93. 07aef38 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  94. e45d624 Fix line endings. by nicm · 9 years ago
  95. c7374c3 Initialize cwd fd to -1 so that we don't close fd 0 if the client is by nicm · 9 years ago
  96. 37005d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  97. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  98. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  99. 10e90ae Change deref to the more sensible unref, and add a couple I missed before. by nicm · 9 years ago
  100. 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago