- fada3eb Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
- 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 4 months ago
- 44ada9c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
- 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 4 months ago
- e9d4916 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
- 9013600 Return to applying pane-border-style to the area outside panes, GitHub by nicm · 3 years, 4 months ago
- 33e3324 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
- 24cd685 Add basic support for zero width joiners, GitHub issues 1605 and 2784. by nicm · 3 years, 4 months ago
- 7cbf4c9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
- f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
- e3ff887 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
- 732c72c Move default value for TERM into tmux.h. by nicm · 3 years, 5 months ago
- 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
- 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
- 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
- f02a6c3 Move "special" keys into the Unicode PUA rather than making them top bit by nicm · 3 years, 6 months ago
- f9f97c8 Change cursor style handling so tmux understands which sequences contain by nicm · 3 years, 6 months ago
- 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
- 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 6 months ago
- 022d021 More accurate vi(1) word navigation in copy mode and on the status line. This by Nicholas Marriott · 3 years, 7 months ago
- c03b574 Add different command historys for different types of prompts ("command", by Nicholas Marriott · 3 years, 7 months ago
- 2e7ec8c Improve logging of screen mode changes. by Nicholas Marriott · 3 years, 7 months ago
- e2d0179 Move "special" keys into the Unicode PUA rather than making them high a top bit by Nicholas Marriott · 3 years, 7 months ago
- 589d3eb Change cursor style handling so tmux understands which sequences contain by Nicholas Marriott · 3 years, 7 months ago
- cf6034d Change resize timers and flags into one timer and a queue to fix problems with by Nicholas Marriott · 3 years, 7 months ago
- 7a6446a Three changes to fix problems with xterm in VT340 mode, reported by Thomas by Nicholas Marriott · 3 years, 7 months ago
- bedf2bd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
- e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
- 83cd593 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
- cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
- 22ccae1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
- 5900b16 Fix a couple of edge cases with the jump-back-xxx commands, and also by nicm · 3 years, 8 months ago
- be568ea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 9 months ago
- 12cfd0d Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
- 3eb91ef Add an "absolute-centre" alignment to use the centre of the total space by nicm · 3 years, 9 months ago
- d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
- 2301bee Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
- 0cd5ed9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
- cb7e669 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
- 8986c8d Move jump commands to grid reader, make them UTF-8 aware, and tidy up, by nicm · 3 years, 9 months ago
- 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
- 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 10 months ago
- 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 10 months ago
- e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
- 39904f7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 3 years, 10 months ago
- 545a610 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
- 9ff017e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
- 66da51b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- 91d112b There is no need to clear every line entirely before drawing to it, this by nicm · 3 years, 10 months ago
- 24c15ed Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 10 months ago
- 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
- dc1e112 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 11 months ago
- a75aca4 Missed from last commit. by nicm · 3 years, 11 months ago
- 70a0eb3 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 11 months ago
- c43f2dc Break cursor movement in grid into a common set of functions that can by nicm · 3 years, 11 months ago
- e288ea1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
- fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
- 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
- 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
- f5b7ebc Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
- c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years, 2 months ago
- a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
- 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
- fc9ecdc Merge branch 'obsd-master' by Thomas Adam · 4 years, 3 months ago
- 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 3 months ago
- 655134f Merge branch 'obsd-master' by Thomas Adam · 4 years, 3 months ago
- 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 4 years, 3 months ago
- 2fdd5fa Merge branch 'obsd-master' by Thomas Adam · 4 years, 4 months ago
- 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
- 90de0c1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 4 months ago
- 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 4 months ago
- aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
- c0d9eaf Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 4 years, 5 months ago
- 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
- eb448da Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
- 824efe7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 6 months ago
- b5c86fd Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
- e8c9949 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 6 months ago
- ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
- 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago