Age | Commit message (Expand) | Author |
2024-10-10 | Add a sixel_support format variable which is 1 if SIXEL is supported | Nicholas Marriott |
2024-10-08 | Draw pane status line on the correct line when at the bottom, fixes | Nicholas Marriott |
2024-10-08 | Put the prompt cursor attributes into the status line screen and use | Nicholas Marriott |
2024-10-07 | Add prompt-cursor-colour and prompt-cursor-style to set the style of the | Nicholas Marriott |
2024-10-07 | Add initial-repeat-time option to allow the first repeat time to be | Nicholas Marriott |
2024-10-06 | Try to stay near the same line in modes if the current one is removed. | Nicholas Marriott |
2024-10-05 | Send focus events to pane when entering or leaving popup, GitHub issue | Nicholas Marriott |
2024-10-05 | Remove some debugging left behind. | Nicholas Marriott |
2024-10-05 | Add copy-mode-position-format to configure the position indicator. | Nicholas Marriott |
2024-10-04 | Document missing window-layout-changed hook. | Nicholas Marriott |
2024-10-04 | Add -y flag to disable confirmation prompts in modes, GitHub issue 4152. | Nicholas Marriott |
2024-10-04 | Do not translate BSpace as Unicode, GitHub issue 4156. | Nicholas Marriott |
2024-10-04 | Rework of copy mode commands ("send-keys -X") to parse the arguments so | Nicholas Marriott |
2024-10-03 | Improve fix for shifted keys so it works for all the keys it should, | Nicholas Marriott |
2024-10-02 | Add MSYSTEM to default update-environment. | Nicholas Marriott |
2024-10-02 | Add a define for the socket permissions check so it can be overridden | Nicholas Marriott |
2024-10-02 | Report shifted keys like S-A as A not as S-A in mode 1 extended keys, | Nicholas Marriott |
2024-10-01 | Add a way to make the preview larger in tree mode, GitHub issue 4124. | Nicholas Marriott |
2024-10-01 | Use global cursor style and colour options for modes instead of default, | Nicholas Marriott |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2024-09-30 | On some Windows terminals, if TIOCWINSZ does not return xpixel and | Nicholas Marriott |
2024-09-30 | Only use default-shell for popups, return to /bin/sh for run-shell, | Nicholas Marriott |
2024-09-29 | Fix grey colour, from Magnus Gross. | Nicholas Marriott |
2024-09-16 | Add copy mode commands which were missed when descriptions were added, | Nicholas Marriott |
2024-09-16 | Change the behaviour of extended-keys always slightly so that | Nicholas Marriott |
2024-09-16 | Add a prefix timeout option, from Conor Taylor in GitHub issue 4108. | Nicholas Marriott |
2024-09-11 | Mouse move keys are not useful as key bindings because we do not turn | Nicholas Marriott |
2024-08-27 | Display hyperlinks in copy mode and add copy_cursor_hyperlink format to | Nicholas Marriott |
2024-08-27 | Add search_count and search_count_partial formats in copy mode, GitHub | Nicholas Marriott |
2024-08-27 | Do not reset mouse pane if clicked on status line, it may have been set | Nicholas Marriott |
2024-08-26 | Use strtonum instead of atoi. | Nicholas Marriott |
2024-08-26 | C-h should not be treated specially and represented internally as \b but | Nicholas Marriott |
2024-08-26 | Pass the screen_redraw_ctx struct into more functions instead of | Nicholas Marriott |
2024-08-26 | Client flags was changed to uint64_t a while ago, fix a few cases where | Nicholas Marriott |
2024-08-26 | Add window_pane_mode helper function to tell if a pane is in copy mode, | Nicholas Marriott |
2024-08-26 | Add copy-mode -d flag to scroll a page down if in copy mode already, | Nicholas Marriott |
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 |