Age | Commit message (Collapse) | Author | |
---|---|---|---|
37 hours | Fix word navigation on lines with tabs, from Alexander Arch. | Nicholas Marriott | |
4 days | Check all %if in the list when deciding whether to process an | Nicholas Marriott | |
assignment, not just the most recent. | |||
6 days | Do not call layout_fix_panes if wp is NULL (that is, a popup). | Nicholas Marriott | |
7 days | Add no-detach-on-destroy client option (useful for control mode | Nicholas Marriott | |
clients). From laur dot aliste at gmail dot com, GitHub issue 4242. | |||
7 days | Add two new style parameters, width and pad, which apply to scrollbars. | Nicholas Marriott | |
From Michael Grant, GitHub issue 4241. | |||
7 days | Turn off scrollbar when pane is in alternate screen, from Michael Grant, | Nicholas Marriott | |
GitHub issue 4231. | |||
10 days | Tidy up loop, from Alexander Arch. | Nicholas Marriott | |
10 days | Mouse support on the scrollbars, from Michael Grant. | Nicholas Marriott | |
11 days | Add an option to control the input buffer size, from Ken Lau. | Nicholas Marriott | |
2024-11-08 | Some fixes for searching for tabs, from Alexander Arch. | Nicholas Marriott | |
2024-11-05 | Xr to Ic, from jmc. | Nicholas Marriott | |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott | |
pane-scrollbars turn them on or off, pane-scrollbars-position sets the position (left or right), and pane-scrollbars-style to set the colours. Mouse support will come later. From Michael Grant in GitHub issue 4221. | |||
2024-11-04 | Do not make padding cells extended (there can be a lot of them), from | Nicholas Marriott | |
Alexander Arch . | |||
2024-10-28 | Match tab cells when searching, from Alexander Arch in GitHub issue | Nicholas Marriott | |
4201. | |||
2024-10-28 | Treat tabs as a word separator, from Alexander Arch in GitHub issue | Nicholas Marriott | |
4201. | |||
2024-10-28 | Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting | Nicholas Marriott | |
than before, meaning that accidentally scrolling the mouse wheel doesn't break quoting; and move the cursor correctly over wide characters. From Alexander Arch in GitHub issue 4212. | |||
2024-10-25 | Allow tabs even on terminals without UTF-8, reported by jmc. | Nicholas Marriott | |
2024-10-25 | Allow control characters to be entered at the command prompt prefixed | Nicholas Marriott | |
with with C-v, from Alexander Arch in GitHub issue 4206. | |||
2024-10-25 | Do not attempt to search for zero length strings, from Alexander Arch in | Nicholas Marriott | |
GitHub issue 4209. | |||
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott | |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott | |
copying and capture-pane. From Alexander Arch in GitHub issue 4201. | |||
2024-10-25 | Add a helper function for cell data comparison, from Alexander Arch. | Nicholas Marriott | |
2024-10-21 | Bump up the maximum for repeat-time (some people want it to be | Nicholas Marriott | |
effectively infinite). | |||
2024-10-21 | Add function to get current offset from copy mode, from Michael Grant. | Nicholas Marriott | |
2024-10-21 | Adjust how Ctrl and Meta keys are sent to use standard representation if | Nicholas Marriott | |
available in mode 1, from Stanislav Kljuhhin, GitHub issue 4188. | |||
2024-10-17 | Switch pane-colors and cursor-style options to be in alphabetical order, | Nicholas Marriott | |
from Teubel Gyorgy, GitHub issue 4191. | |||
2024-10-17 | Allow attributes in menu style, from Japin Li in GitHub issue 4194. | Nicholas Marriott | |
2024-10-14 | Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182. | Nicholas Marriott | |
2024-10-12 | Call realpath on the source file to match -f on the command line, GitHub | Nicholas Marriott | |
issue 4180. | |||
2024-10-12 | Do not rename a buffer to itself, GitHub issue 4181. | Nicholas Marriott | |
2024-10-10 | Add a sixel_support format variable which is 1 if SIXEL is supported | Nicholas Marriott | |
(always 0 on OpenBSD), requested by Misaki Masa in GitHub issue 4177 | |||
2024-10-08 | Draw pane status line on the correct line when at the bottom, fixes | Nicholas Marriott | |
issues if the window size is smaller than the entire terminal. GitHub issue 3943. | |||
2024-10-08 | Put the prompt cursor attributes into the status line screen and use | Nicholas Marriott | |
that rather than updating the current screen (since there might not be one). | |||
2024-10-07 | Add prompt-cursor-colour and prompt-cursor-style to set the style of the | Nicholas Marriott | |
cursor in the command prompt and remove the emulated cursor, from Alexander Arch in GitHub issue 4170. | |||
2024-10-07 | Add initial-repeat-time option to allow the first repeat time to be | Nicholas Marriott | |
increased and later reduced, from David le Blanc in GitHub issue 4164. | |||
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 | |
3991. | |||
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 | |
that flags may be detected propertly rather than just looking for strings ("-O" and so on). Also add -C and -P flags to the copy commands: -C prevents the commands from sending the text to the clipboard and -P prevents them from adding the text as a paste buffer. Note some of the default key bindings change to add "--" and any similar custom key bindings using "send-keys -X" may need a similar change. GitHub issue 4153. | |||
2024-10-03 | Improve fix for shifted keys so it works for all the keys it should, | Nicholas Marriott | |
Stanislav Kljuhhin in GitHub issue 4146. | |||
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 | |
more easily (for Cgywin). | |||
2024-10-02 | Report shifted keys like S-A as A not as S-A in mode 1 extended keys, | Nicholas Marriott | |
from Stanislav Kljuhhin. | |||
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 | |
GitHub issue 4117. | |||
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott | |
what was originally received. Fixes problems with pasted text being interpreted as extended keys reported by Mark Kelly. |