- 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
- 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 6 months ago
- 2391fe2 Copy mode search improvements: by nicm · 4 years, 6 months ago
- 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
- f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
- 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 6 months ago
- a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 4 years, 6 months ago
- 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 6 months ago
- 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 4 years, 6 months ago
- 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 4 years, 6 months ago
- c364a71 Only forward extended keys if the application has requested them, even though by Nicholas Marriott · 4 years, 6 months ago
- 6d92b99 Add a terminal feature for enable/disable extended keys (supported by xterm and by Nicholas Marriott · 4 years, 6 months ago
- 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 6 months ago
- 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 4 years, 6 months ago
- 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 4 years, 6 months ago
- 3162103 Add an option to set the pane border lines style from a choice of single lines by Nicholas Marriott · 4 years, 6 months ago
- 09a6645 Add screen write flags instead of individual bits and fix line length by Nicholas Marriott · 4 years, 6 months ago
- 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 4 years, 6 months ago
- 12eceaf Expand target from client and use it to expand the prompt. by Nicholas Marriott · 4 years, 6 months ago
- 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 4 years, 6 months ago
- 4cb1d3d Move editor stuff to common code in popup.c. by Nicholas Marriott · 4 years, 7 months ago
- 8d23849 Show default key bindings in customize mode. by Nicholas Marriott · 4 years, 7 months ago
- 5a34f51 Include key bindings in customize mode. by Nicholas Marriott · 4 years, 7 months ago
- c489bf0 Support embedded styles in the display-message message, GitHub issue 2206. by Nicholas Marriott · 4 years, 7 months ago
- d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 4 years, 7 months ago
- 013d857 Wrap all lines in customize mode, not just the description. by Nicholas Marriott · 4 years, 7 months ago
- a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 4 years, 7 months ago
- 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
- 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 4 years, 7 months ago
- e810f15 Store and restore cursor position when copy mode is resized, from Anindya by Nicholas Marriott · 4 years, 7 months ago
- 9991a14 Add formats for after hook command arguments. by Nicholas Marriott · 4 years, 7 months ago
- af69289 Clamping to area needs to use the offset without the status line, since that is by Nicholas Marriott · 4 years, 7 months ago
- 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 4 years, 7 months ago
- 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 4 years, 7 months ago
- 93dca5a Move size to tty_ctx. by Nicholas Marriott · 4 years, 7 months ago
- 5ce194f Rename some tty_ctx members. by Nicholas Marriott · 4 years, 7 months ago
- cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 4 years, 7 months ago
- 2548775 Add -W and -T flags to command-prompt to only complete a window and a target. by Nicholas Marriott · 4 years, 7 months ago
- 6f70090 Copy mode search improvements: by Nicholas Marriott · 4 years, 7 months ago
- b06235c Improve command prompt completion: by Nicholas Marriott · 4 years, 7 months ago
- 24316be Apply a format when redrawing pane borders. by Nicholas Marriott · 4 years, 7 months ago
- 1f8256f Drop having a separate type for style options and make them all strings, which by Nicholas Marriott · 4 years, 7 months ago