1. ee431d4 Do not ignore the "off" flag when checking if a pane should be stopped, by nicm · 2 years, 4 months ago
  2. 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 5 months ago
  3. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  4. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  5. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  6. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  7. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  8. 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
  9. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
  10. 68c8905 Do not call recalculate_sizes while clearing a client session because it by nicm · 3 years, 2 months ago
  11. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  12. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  13. 72d905f Do not double free expanded path in source-file, also remove some by nicm · 3 years, 3 months ago
  14. 5241dae Stop caring about empty commands, just treat as a null command. by nicm · 3 years, 3 months ago
  15. c76b28d Remove some unnecessary blank lines. by nicm · 3 years, 3 months ago
  16. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  17. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  18. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 3 months ago
  19. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  20. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  21. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  22. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  23. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  24. c46a607 Adjust latest client when a client detaches, GitHub issue 2657. by nicm · 3 years, 6 months ago
  25. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
  26. 10470ce Move client-detached into server_client_lost so it is fired even if a by nicm · 3 years, 8 months ago
  27. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  28. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  29. c579be1 Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. by nicm · 3 years, 10 months ago
  30. 0730dce Hide some warnings on newer GCC versions, GitHUb issue 2525. by nicm · 3 years, 10 months ago
  31. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  32. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
  33. 910457f There is no reason not to fire focus events when a pane is in a mode, by nicm · 4 years, 1 month ago
  34. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  35. b33a302 Do not require that there be no other clients before loading the config, by nicm · 4 years, 1 month ago
  36. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  37. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
  38. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  39. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  40. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  41. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  42. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  43. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  44. 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 6 months ago
  45. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  46. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  47. 14a9fd5 Remove leftover call to control_free_offsets and do not use for by nicm · 4 years, 6 months ago
  48. 18aab90 Give control code its own state struct. by nicm · 4 years, 6 months ago
  49. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
  50. 033d647 FocusIn keys can also update the latest client, like normal keys. by nicm · 4 years, 6 months ago
  51. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 6 months ago
  52. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  53. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 6 months ago
  54. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  55. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  56. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  57. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  58. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  59. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  60. 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
  61. 21a39c9 Do not redraw or update mode if nothing has changed. by nicm · 4 years, 6 months ago
  62. 57bd6e0 Turn off the block flag to reset the state or the cursor will not be by nicm · 4 years, 7 months ago
  63. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  64. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  65. 86862c9 Also redraw panes which aren't pane 0. Problem reported by tb@. by nicm · 4 years, 7 months ago
  66. 4bc0a83 Need to check for pane redrawing even if just the window flag is set by nicm · 4 years, 7 months ago
  67. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 4 years, 7 months ago
  68. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
  69. baf1fca Only update mode when actually going to redraw something. by nicm · 4 years, 7 months ago
  70. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
  71. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
  72. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
  73. a7a9460 Set mode properly before and after redrawing, and don't bother by nicm · 4 years, 7 months ago
  74. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  75. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  76. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  77. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  78. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
  79. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 8 months ago
  80. 05a1521 Do not ignore triple-click and send to pane. by nicm · 4 years, 8 months ago
  81. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  82. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 4 years, 8 months ago
  83. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  84. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  85. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 8 months ago
  86. d162ff4 Send mouse down event immediately rather than waiting for double click by nicm · 4 years, 8 months ago
  87. f7bc753 Change how double and triple clicks works so that one or the other is by nicm · 4 years, 9 months ago
  88. b20753f A few fixes to make modifier keys and dragging work - need to remove the by nicm · 4 years, 9 months ago
  89. dc882ad Remove unused variables from Ben Boeckel, and a Pp from jmc. by nicm · 4 years, 10 months ago
  90. 2435087 Add a define for flags meaning a client is not attached, and fix by nicm · 4 years, 10 months ago
  91. 1bdd482 If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X by nicm · 4 years, 11 months ago
  92. eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 4 years, 11 months ago
  93. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  94. 7826d40 Style nits in function arguments. by nicm · 4 years, 12 months ago
  95. bc5881c Long lines and spacing fixes. by nicm · 4 years, 12 months ago
  96. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  97. bad95db Limit lazy resize to panes in attached sessions only - those in by nicm · 5 years ago
  98. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago
  99. df0334d The resize event was never deciding to actually resize the pane if there by nicm · 5 years ago
  100. 9e7774b Clear overlay on normal key press. by nicm · 5 years ago