- bb5a192 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 5 years ago
- aeefd58 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 18aab90 Give control code its own state struct. by nicm · 5 years ago
- 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 5 years ago
- d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 5 years ago
- 40126ee Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 5 years ago
- 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 5 years ago
- e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 5 years ago
- ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 5 years ago
- 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 5 years ago
- c914abf Expand target from client and use it to expand the prompt. by nicm · 5 years ago
- 72984c4 Move editor stuff to common code in popup.c. by nicm · 5 years ago
- dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 5 years ago
- d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 5 years ago
- 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 5 years ago
- 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 5 years ago
- 367b4e4 Change message log to be per server rather than per client and include by nicm · 5 years ago
- cf9badd Change the existing client flags for control mode to apply for any by nicm · 5 years ago
- beb214b Add formats for after hook command arguments. by nicm · 5 years ago
- 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 5 years ago
- 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 5 years ago
- 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 5 years ago
- 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 5 years ago
- 2391fe2 Copy mode search improvements: by nicm · 5 years ago
- 80e5254 Improve command prompt completion: by nicm · 5 years ago
- f03b611 Drop having a separate type for style options and make them all strings, by nicm · 5 years ago
- 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 5 years ago
- a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 5 years ago
- 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 5 years ago
- 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 5 years ago
- 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 5 years ago
- c364a71 Only forward extended keys if the application has requested them, even though by Nicholas Marriott · 5 years ago
- 6d92b99 Add a terminal feature for enable/disable extended keys (supported by xterm and by Nicholas Marriott · 5 years ago
- 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 5 years ago
- 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 5 years ago
- 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 5 years ago
- 3162103 Add an option to set the pane border lines style from a choice of single lines by Nicholas Marriott · 5 years ago
- 09a6645 Add screen write flags instead of individual bits and fix line length by Nicholas Marriott · 5 years ago
- 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 5 years ago
- 12eceaf Expand target from client and use it to expand the prompt. by Nicholas Marriott · 5 years ago
- 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 5 years ago
- 4cb1d3d Move editor stuff to common code in popup.c. by Nicholas Marriott · 5 years ago
- 8d23849 Show default key bindings in customize mode. by Nicholas Marriott · 5 years ago
- 5a34f51 Include key bindings in customize mode. by Nicholas Marriott · 5 years ago
- c489bf0 Support embedded styles in the display-message message, GitHub issue 2206. by Nicholas Marriott · 5 years ago
- d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 5 years ago
- 013d857 Wrap all lines in customize mode, not just the description. by Nicholas Marriott · 5 years ago
- a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 5 years ago
- 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 5 years ago
- 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 5 years ago
- e810f15 Store and restore cursor position when copy mode is resized, from Anindya by Nicholas Marriott · 5 years ago
- 9991a14 Add formats for after hook command arguments. by Nicholas Marriott · 5 years ago
- af69289 Clamping to area needs to use the offset without the status line, since that is by Nicholas Marriott · 6 years ago
- 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 6 years ago
- 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 6 years ago
- 93dca5a Move size to tty_ctx. by Nicholas Marriott · 6 years ago
- 5ce194f Rename some tty_ctx members. by Nicholas Marriott · 6 years ago
- cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 6 years ago
- 2548775 Add -W and -T flags to command-prompt to only complete a window and a target. by Nicholas Marriott · 6 years ago
- 6f70090 Copy mode search improvements: by Nicholas Marriott · 6 years ago
- b06235c Improve command prompt completion: by Nicholas Marriott · 6 years ago
- 24316be Apply a format when redrawing pane borders. by Nicholas Marriott · 6 years ago
- 1f8256f Drop having a separate type for style options and make them all strings, which by Nicholas Marriott · 6 years ago
- 79b4d83 Use a grid cell not a style for the pane style. by Nicholas Marriott · 6 years ago
- c30e765 Add some additional format helper functions. by Nicholas Marriott · 6 years ago
- 9b571da Instead of forbidding invalid session names, sanitize them. by Nicholas Marriott · 6 years ago
- 527f66e Instead of having a default set of terminals in terminal-overrides that get XT by Nicholas Marriott · 6 years ago
- 61550ac Add feature and capabilities for focus reporting. Also document AX and XT even by Nicholas Marriott · 6 years ago
- 5d69b9c Add a feature for bracketed paste. by Nicholas Marriott · 6 years ago
- 8650f44 Move terminal features into a single file. by Nicholas Marriott · 6 years ago
- d53e1fe Add TMUX_SOCK like TMUX_PATH for the socket directory. by Nicholas Marriott · 6 years ago
- 0d3fdae Build list of paths and weed out duplicates before loading configs. by Nicholas Marriott · 6 years ago
- ac91635 Add extension terminfo(5) capabilities for margins. by Nicholas Marriott · 6 years ago
- c74572d Remove support for iTerm2's DSR 1337 extension and use the CSI > q extension by Nicholas Marriott · 6 years ago
- cf5f93b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 899b3d2 Indicate the marked pane in choose mode in reverse and add key to set by nicm · 6 years ago
- 8ae3915 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 6 years ago
- 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- c706aad Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 6 years ago
- 2083a6e Change how sync works to always send the end sequence after all output by nicm · 6 years ago
- c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 6 years ago
- 8c9bbc3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 6 years ago
- 7da5418 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 6 years ago
- 2b83ee5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 6 years ago
- 2ccf15e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 6 years ago
- e1799ed Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 6 years ago
- e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 6 years ago
- 349617a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 6 years ago
- d94bdf7 Revert previous, there is still a problem. by nicm · 6 years ago