- b7e22d0 Call closefrom after removing signals because newer libevent doesn't by nicm · 1 year, 5 months ago
- 43b841f Add support for marking lines with a shell prompt based on the OSC 133 by nicm · 1 year, 5 months ago
- ac43186 Do not risk writing over the end of the buffer when it ends in # by nicm · 1 year, 5 months ago
- e79fb21 Another warning fix for GCC from Thomas Klausner. by nicm · 1 year, 5 months ago
- a2a02fd Change a few types to fix warnings, from Thomas Klausner. by nicm · 1 year, 5 months ago
- 4e57894 Get rid of some warnings with GCC 10, from Thomas Klausner. by nicm · 1 year, 5 months ago
- 2546216 When exiting alternate screen, there is no need to reflow when going by nicm · 1 year, 5 months ago
- ff8882a Add "us" to styles for underscore colour, GitHub issue 3589. by nicm · 1 year, 5 months ago
- 9e14c1f SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. by nicm · 1 year, 5 months ago
- 645bf8b Check fdopen return value, from Christian Menges. by nicm · 1 year, 5 months ago
- bdd05bd Fix mismatch between function prototype and definition, from Anindya Mukherjee. by nicm · 1 year, 6 months ago
- 1d98394 Add format for server_sessions, from Magnus Gross. by nicm · 1 year, 6 months ago
- 204d8f3 Reorder struct grid_cell_entry by tb · 1 year, 7 months ago
- 41b318a Add options to change the confirm key and default behaviour of by nicm · 1 year, 7 months ago
- bf636d9 Do not fatal if tparm fails, instead just log it (not working sequences by nicm · 1 year, 7 months ago
- 8f34504 Tidy tparm wrapper functions to have more obvious names and check tparm by nicm · 1 year, 7 months ago
- 551e0c3 Invalidate cached tty state after changing features since they may by nicm · 1 year, 7 months ago
- 48eba4c Ignore the user keys range when checking if a key is Unicode. by nicm · 1 year, 7 months ago
- 9f60517 It seems silly to use progname for version, just always say tmux. by nicm · 1 year, 7 months ago
- bcafe51 Make the check if printing is allowed the same as writing which is less by nicm · 1 year, 7 months ago
- 280fe77 Discard mouse sequences that have the right form but actually are by nicm · 1 year, 7 months ago
- a2018b2 Clarify text for new -A slightly, GitHub issue 3508. by nicm · 1 year, 8 months ago
- c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
- d730788 For passthrough, don't write to clients attached to different sessions, by nicm · 1 year, 8 months ago
- a9ac614 Do not leak screen in popups, GitHub issue 3492. by nicm · 1 year, 8 months ago
- ac4bb89 Fix command prompt not to always append argument but only if there has by nicm · 1 year, 9 months ago
- 907f58c Fix cursor position after zero width space, GitHub issue 3469. by nicm · 1 year, 10 months ago
- 1262e68 Remove old buffer when renaming rather than complaining, GitHub issue by nicm · 1 year, 10 months ago
- 0bd78b4 Add an L modifier like P, W, S to loop over clients. Also fix some long by nicm · 1 year, 10 months ago
- 7acc8d7 Add -f to list-clients like the other list commands, from Andy Walker in by nicm · 1 year, 10 months ago
- 0cb75f1 Do not allow multiple line separators in a row. by nicm · 1 year, 10 months ago
- 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 10 months ago
- f10854c Add a missing error message which causes an invalid layout name to crash. by nicm · 1 year, 10 months ago
- 993e7a9 Tweak note for D key binding, from Clark Wang. by nicm · 1 year, 10 months ago
- e7e112f Too many \s in example, GitHub issue 3445. by nicm · 1 year, 10 months ago
- 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
- 9789ea3 Support -1 without -N for list-keys. by nicm · 1 year, 10 months ago
- d578cf8 Update palette when moving a pane, GitHub issue 3437. by nicm · 1 year, 10 months ago
- eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 10 months ago
- 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 11 months ago
- b418926 Fix behaviour with \007 (used the wrong tree for last change). by nicm · 1 year, 11 months ago
- c0031f8 Accept \007 as terminator to OSC 10 or 11. by nicm · 1 year, 11 months ago
- 565de3f Fix parsing of optional arguments so that and accept a - starting an argument. by nicm · 1 year, 11 months ago
- 7c0789d Have client return 1 if process is interrupted to an input pane. by nicm · 1 year, 11 months ago
- 7ced0a0 Restore code to handle wcwidth failure so that unknown codepoints still by nicm · 1 year, 11 months ago
- cb51942 Quotes are now required in select-layout example. by nicm · 1 year, 11 months ago
- 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
- a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
- 3fe01ff spelling fixes; from paul tagliamonte amendments to his diff are noted on tech by jmc · 1 year, 11 months ago
- b5ab4d2 Denote multiple arguments with 'arg ...' not 'args' by kn · 1 year, 11 months ago
- 4d79d46 Allow send-keys without a client again, reported by Stefan Hagen. by nicm · 1 year, 11 months ago
- 7cb48fc Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. by nicm · 1 year, 11 months ago
- 8bd17bf Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub by nicm · 1 year, 11 months ago
- 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 11 months ago
- 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 12 months ago
- 20da167 Tweak previous to set and log the feature instead of just setting the flag. by nicm · 2 years ago
- fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
- 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years ago
- 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years ago
- f86eba2 Fix C-S-Tab without extended keys, from Aaron Jensen. by nicm · 2 years, 1 month ago
- 77c1353 Unescape the string for the literal operator (l:) so special characters work. by nicm · 2 years, 1 month ago
- 17290b9 If there are no buffers, reset mode as soon as any key pressed. Fixes by nicm · 2 years, 1 month ago
- 3be3695 Add a -l flag to display-message to disable format expansion, from Aaron by nicm · 2 years, 1 month ago
- 9614f51 Instead of always setting the extended flag, set it only when searching. by nicm · 2 years, 1 month ago
- 2d08235 Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. by nicm · 2 years, 1 month ago
- 2291045 Use active pane in target window not current window for +/-. GitHub issue 3370. by nicm · 2 years, 1 month ago
- 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 2 years, 1 month ago
- c2580cf Initialize context before testing it. by nicm · 2 years, 1 month ago
- 2111142 Fix a memory leak, from Japin Li in GitHub issue 3358. by nicm · 2 years, 1 month ago
- 0fc961b Do not fire redraw callback if NULL. by nicm · 2 years, 1 month ago
- ff2766b Preserve marked pane when renumbering windows. by nicm · 2 years, 1 month ago
- a10452b Add scroll-top and scroll-bottom commands to scroll so cursor is at top by nicm · 2 years, 2 months ago
- 9cc8e40 Add a -T flag to capture-pane to stop at the last used cell instead of by nicm · 2 years, 2 months ago
- a2cc601 Don't use options from pane if pane is NULL. by nicm · 2 years, 2 months ago
- 9ab1ba3 Use correct option name. by nicm · 2 years, 3 months ago
- f03c3ca Add message-line option to control where message and prompt go, from by nicm · 2 years, 3 months ago
- 68dc9af Fix window size report, from Vincent Bernat. by nicm · 2 years, 3 months ago
- e867528 Check for NULL returns from bufferevent_new. by nicm · 2 years, 3 months ago
- 416c27c Add scroll-middle copy mode command to make cursor line in the middle, by nicm · 2 years, 3 months ago
- 7c2dcd7 Notify when a paste buffer is deleted, GitHub issue 3302 from George Nachman. by nicm · 2 years, 3 months ago
- 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 3 months ago
- 497021d Add some const, from Markus F X J Oberhumer. by nicm · 2 years, 3 months ago
- cfdc5b6 Don't stop at first match when updating environment. by nicm · 2 years, 3 months ago
- e139f97 vi(1) Home/End bindings, from Markus F X J Oberhumer. by nicm · 2 years, 4 months ago
- 273577b Fix check of home directory (&& not ||), from Markus F X J Oberhumer, by nicm · 2 years, 4 months ago
- de5cd54 Change g and G to go to top and bottom of menu, GitHub issue 3286. by nicm · 2 years, 4 months ago
- c6e7568 Do not crash when searching for .* with extremely long lines. Reported by nicm · 2 years, 4 months ago
- 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
- 33c5910 Fix validation of missing percentage arguments. by nicm · 2 years, 4 months ago
- 36d9040 -u is no longer equivalent to -TUTF-8 so don't say it is. by nicm · 2 years, 4 months ago
- a8da247 Clear marks when the search string changes. From Anindya Mukherjee, by nicm · 2 years, 4 months ago
- ee431d4 Do not ignore the "off" flag when checking if a pane should be stopped, by nicm · 2 years, 4 months ago
- 86dfbda Process modifiers as bits rather than using a switch, from Koichi Murase. by nicm · 2 years, 4 months ago
- 3c65475 Fix memory leak, from Gabriel Souza Franco. by nicm · 2 years, 4 months ago
- 1afe220 Show config errors on attach if they were not shown when the session by nicm · 2 years, 5 months ago
- a39827a Remove debugging code. by nicm · 2 years, 5 months ago
- 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 5 months ago
- dd602ea Mention whether time is creation/activity for sort orders. by nicm · 2 years, 5 months ago
- d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
- 9360e0e Sort panes by index not by ID, GitHub issue 3249. by nicm · 2 years, 5 months ago