- 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, 9 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, 5 months ago
- 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 5 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
- 47a5afe Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 6 months ago
- a06cf90 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
- 62c0617 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 3d5decb Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 6 months ago
- 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 6 months ago
- 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
- 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
- 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
- a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
- 967e5f8 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
- 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 6 months ago
- b34af61 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
- bb5a192 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 4 years, 6 months ago
- aeefd58 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 18aab90 Give control code its own state struct. by nicm · 4 years, 6 months ago
- 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
- d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 6 months ago
- 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
- 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 6 months ago
- e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 6 months ago
- ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 4 years, 6 months ago
- 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
- c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
- 72984c4 Move editor stuff to common code in popup.c. by nicm · 4 years, 6 months ago
- dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
- d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
- 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 6 months ago
- 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 4 years, 6 months ago
- 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
- cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
- beb214b Add formats for after hook command arguments. by nicm · 4 years, 6 months ago
- 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
- 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 4 years, 6 months ago
- 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago