- 168eab1 Cast both strings for tparm. by Nicholas Marriott · 1 year, 7 months ago
- 39d41d0 Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm so by Nicholas Marriott · 1 year, 7 months ago
- 9d8131c Merge branch 'obsd-master' by Thomas Adam · 1 year, 7 months ago
- 0ff991b Set default lock command to vlock on Linux if present at build time, from Josh by Nicholas Marriott · 1 year, 7 months ago
- 15c70e5 Include NCURSES_VERSION_PATCH in the log. by Nicholas Marriott · 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
- b9524f5 Add support for spawning panes in separate cgroups with systemd and a configure by Nicholas Marriott · 1 year, 8 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
- 22eb033 Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
- a9ac614 Do not leak screen in popups, GitHub issue 3492. by nicm · 1 year, 9 months ago
- 1d0f68d Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
- ac4bb89 Fix command prompt not to always append argument but only if there has by nicm · 1 year, 9 months ago
- b55f340 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- 907f58c Fix cursor position after zero width space, GitHub issue 3469. by nicm · 1 year, 10 months ago
- 023b0f7 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- ddaeebc Merge branch 'obsd-master' by Thomas Adam · 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
- 4a0126f Merge branch 'obsd-master' by Thomas Adam · 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
- 77118f3 portable: remove vis.h by Thomas Adam · 1 year, 10 months ago
- e25926d Merge branch 'obsd-master' by Thomas Adam · 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
- 493922d Merge branch 'obsd-master' by Thomas Adam · 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
- f5af3cf Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- e7e112f Too many \s in example, GitHub issue 3445. by nicm · 1 year, 10 months ago
- c42087c Merge branch 'obsd-master' by Thomas Adam · 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
- c4a6f40 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- 9789ea3 Support -1 without -N for list-keys. by nicm · 1 year, 10 months ago
- f416ae1 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- d578cf8 Update palette when moving a pane, GitHub issue 3437. by nicm · 1 year, 10 months ago
- 789cb91 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
- eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 10 months ago
- 42895ef Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
- 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 11 months ago
- 9b1ea8b Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
- b418926 Fix behaviour with \007 (used the wrong tree for last change). by nicm · 1 year, 11 months ago
- 9051220 Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
- c0031f8 Accept \007 as terminator to OSC 10 or 11. by nicm · 1 year, 11 months ago
- c1a30ed Merge branch 'obsd-master' by Thomas Adam · 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
- 153ae75 portable: fixup merge with utf8.c by Thomas Adam · 1 year, 11 months ago
- 5086377 Merge branch 'obsd-master' by Thomas Adam · 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
- 2a32565 Restore code to handle wcwidth failure so that unknown codepoints still by Nicholas Marriott · 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
- 093fb53 Missing #endif. by Nicholas Marriott · 1 year, 11 months ago
- 21e00e4 Merge branch 'obsd-master' by Thomas Adam · 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, 12 months ago
- 8bd17bf Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub by nicm · 1 year, 12 months ago
- 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 12 months ago
- 70ff8cf No vis.h in portable. by Nicholas Marriott · 1 year, 12 months ago
- 6249a4b Merge branch 'obsd-master' by Thomas Adam · 1 year, 12 months ago
- 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 12 months ago
- 1536b7e Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
- e46d063 Add key regression tests from Aaron Jensen. by Nicholas Marriott · 2 years, 1 month ago
- 20da167 Tweak previous to set and log the feature instead of just setting the flag. by nicm · 2 years, 1 month ago
- fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years, 1 month ago
- 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years, 1 month ago
- aaa043a Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
- 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years, 1 month ago
- 6fb8052 Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
- f86eba2 Fix C-S-Tab without extended keys, from Aaron Jensen. by nicm · 2 years, 1 month ago
- 50f4e0f Merge branch 'obsd-master' by Thomas Adam · 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
- c449512 Merge branch 'obsd-master' by Thomas Adam · 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
- dbfbd8a Merge branch 'obsd-master' by Thomas Adam · 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
- 36896f6 Merge branch 'obsd-master' by Thomas Adam · 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
- 9dd1f44 Merge branch 'obsd-master' by Thomas Adam · 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
- d001a94 Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
- c2580cf Initialize context before testing it. by nicm · 2 years, 1 month ago
- dafd6f4 Merge branch 'obsd-master' by Thomas Adam · 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
- 5ce34ad Do not attempt to connect to the socket as a client if systemd is active, from by Nicholas Marriott · 2 years, 1 month ago
- 934f357 Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
- ff2766b Preserve marked pane when renumbering windows. by nicm · 2 years, 1 month ago