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