1. e16191d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  2. 14a9fd5 Remove leftover call to control_free_offsets and do not use for by nicm · 5 years ago
  3. aeefd58 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  4. 18aab90 Give control code its own state struct. by nicm · 5 years ago
  5. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 5 years ago
  6. e71c5ef Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  7. 033d647 FocusIn keys can also update the latest client, like normal keys. by nicm · 5 years ago
  8. d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  9. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 5 years ago
  10. 40126ee Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  11. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 5 years ago
  12. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 5 years ago
  13. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 5 years ago
  14. c914abf Expand target from client and use it to expand the prompt. by nicm · 5 years ago
  15. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 5 years ago
  16. 367b4e4 Change message log to be per server rather than per client and include by nicm · 5 years ago
  17. cf9badd Change the existing client flags for control mode to apply for any by nicm · 5 years ago
  18. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 5 years ago
  19. 80e5254 Improve command prompt completion: by nicm · 5 years ago
  20. 21a39c9 Do not redraw or update mode if nothing has changed. by nicm · 5 years ago
  21. 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 5 years ago
  22. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 5 years ago
  23. 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 5 years ago
  24. 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 5 years ago
  25. 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 5 years ago
  26. 0070313 Fix comparison of tty name. by Nicholas Marriott · 5 years ago
  27. d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 5 years ago
  28. 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 5 years ago
  29. 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 6 years ago
  30. cb1131a menu_mode_cb needs to return a screen also. by Nicholas Marriott · 6 years ago
  31. 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 6 years ago
  32. b06235c Improve command prompt completion: by Nicholas Marriott · 6 years ago
  33. a477c03 Do not update mode until actually drawing something. by Nicholas Marriott · 6 years ago
  34. 8650f44 Move terminal features into a single file. by Nicholas Marriott · 6 years ago
  35. 2cbca7c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 57bd6e0 Turn off the block flag to reset the state or the cursor will not be by nicm · 6 years ago
  37. 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  38. c706aad Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  39. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 6 years ago
  40. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 6 years ago
  41. 3898d4e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  42. 86862c9 Also redraw panes which aren't pane 0. Problem reported by tb@. by nicm · 6 years ago
  43. b1be668 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  44. 4bc0a83 Need to check for pane redrawing even if just the window flag is set by nicm · 6 years ago
  45. 8c9bbc3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  46. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 6 years ago
  47. e1799ed Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  48. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 6 years ago
  49. 349617a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  50. baf1fca Only update mode when actually going to redraw something. by nicm · 6 years ago
  51. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 6 years ago
  52. d94bdf7 Revert previous, there is still a problem. by nicm · 6 years ago
  53. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 6 years ago
  54. 87d79e6 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  55. a7a9460 Set mode properly before and after redrawing, and don't bother by nicm · 6 years ago
  56. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 6 years ago
  58. acc00cd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  59. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 6 years ago
  60. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 6 years ago
  61. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  62. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 6 years ago
  63. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. b96ac80 Some unnecessary assignments and unused variables. by nicm · 6 years ago
  65. 916c378 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  66. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 6 years ago
  67. 7e6db00 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  68. 05a1521 Do not ignore triple-click and send to pane. by nicm · 6 years ago
  69. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  70. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 6 years ago
  71. 0bb1a50 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  72. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 6 years ago
  73. c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  74. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 6 years ago
  75. 8a57d14 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  76. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 6 years ago
  77. 0610f66 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  78. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 6 years ago
  79. f584fe1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  80. d162ff4 Send mouse down event immediately rather than waiting for double click by nicm · 6 years ago
  81. 6385bd1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  82. f7bc753 Change how double and triple clicks works so that one or the other is by nicm · 6 years ago
  83. ba542e4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  84. b20753f A few fixes to make modifier keys and dragging work - need to remove the by nicm · 6 years ago
  85. a4d8437 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  86. dc882ad Remove unused variables from Ben Boeckel, and a Pp from jmc. by nicm · 6 years ago
  87. 7cdf5ee Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  88. 2435087 Add a define for flags meaning a client is not attached, and fix by nicm · 6 years ago
  89. 52b6ca5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  90. 1bdd482 If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X by nicm · 6 years ago
  91. eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 6 years ago
  92. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  93. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 6 years ago
  94. 875139f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  95. 7826d40 Style nits in function arguments. by nicm · 6 years ago
  96. 3bb11ec Revert "add missing definition" by Nicholas Marriott · 6 years ago
  97. 743939e add missing definition by Thomas Adam · 6 years ago
  98. e00730d Fix bad merge. by Nicholas Marriott · 6 years ago
  99. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  100. bc5881c Long lines and spacing fixes. by nicm · 6 years ago