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