summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2024-08-23Ignore internal function keys if they have not got an entry in the keyNicholas Marriott
2024-08-23Check for exact match for layout name before looking for a prefix match.Nicholas Marriott
2024-08-22Clear overlay when command prompt is entered. Also fix some spacing inNicholas Marriott
2024-08-22Short Ctrl keys like ^A need to be converted to lowercase so they end upNicholas Marriott
2024-08-21Mention that load- and save-buffer can use stdin, from Ramon Fischer.Nicholas Marriott
2024-08-21Add mirrored versions of the main-horizontal and main-vertical layouts whereNicholas Marriott
2024-08-21C-Space and Meta keys should not be translated in mode 1 extended keys.Nicholas Marriott
2024-08-21Set the default for extended-keys back to off because it appears emacs turnsNicholas Marriott
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-19Allow REP to work with Unicode characters, GitHub issue 3687.Nicholas Marriott
2024-08-19Both terminators \007 and \033\\ leave the index pointing to the finalNicholas Marriott
2024-08-04Make a little effort to treate CRLF as LF in config files. GitHub issueNicholas Marriott
2024-08-04The Linux console has some bugs with bright colours. It seems likelyNicholas Marriott
2024-08-04-l should be before -r, pointed out by jmc a while ago.Nicholas Marriott
2024-08-04Adjust the logic when deleting last buffer to better preserve theNicholas Marriott
2024-08-04Use paste_is_empty to check if there are no buffers since paste_get_topNicholas Marriott
2024-07-22Expand full array option values if no index is provided, GitHub issueNicholas Marriott
2024-07-12UTF-8 keys now contain the internal representation and not the UnicodeNicholas Marriott
2024-06-24Add a way (refresh-client -r) for control mode clients to provide OSC 10Nicholas Marriott
2024-06-24Check the underline style colour against the correct default value againNicholas Marriott
2024-05-24Do not escape $ unless DQ is set, that is the only case where we need toNicholas Marriott
2024-05-24Add N to search backwards in tree modes, from Fadi Afani in GitHub issueNicholas Marriott
2024-05-19remove prototype with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching function; ok nicm@Jonathan Gray
2024-05-18remove externs with no matching var; ok nicm@Jonathan Gray
2024-05-15Use default-shell for command prompt #() and popups as wellNicholas Marriott
2024-05-15Fix memory leaks reported by Lu Ming Yin.Nicholas Marriott
2024-05-14Add missing time.h to tty.c (from Ismail Donmez), also remove some strayNicholas Marriott
2024-05-14Revert part of the change for GitHub issue 3675 because it does not workNicholas Marriott
2024-05-14Add a command-error hook when a command fails, from Hugh Davenport inNicholas Marriott
2024-05-14Add an option to disable unwrapping lines for searching, fromNicholas Marriott
2024-05-14Restore previous behaviour or writing to stdout if available.Nicholas Marriott
2024-05-13Fix memory leak, from Fadi Afani.Nicholas Marriott
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-15Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.Nicholas Marriott
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.Nicholas Marriott
2024-03-26Fix selection present check, reported by M Kelly.Nicholas Marriott
2024-03-21Write padding character into the right position.Nicholas Marriott
2024-03-21Reduce escape-time default to 10 milliseconds, 500 is far too long forNicholas Marriott
2024-03-21Add -M to always turn mouse on in a menu, GitHub issue 3779.Nicholas Marriott
2024-03-21Look for feature code 21 for DECSLRM and 28 for DECFRA in the deviceNicholas Marriott
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only doNicholas Marriott
2024-03-21Do not notify window-layout-changed if the window is about to beNicholas Marriott
2024-03-21Revert detach-client part of last, did not intend this to go in.Nicholas Marriott
2024-03-21Do not consider a selection present if it is empty, from Michael GrantNicholas Marriott
2024-03-13Make the attach-session description clearer - do not mention creating aNicholas Marriott
2024-03-06Check for the right flag to fix split-window -p, from Bryan Childs.Nicholas Marriott