Age | Commit message (Expand) | Author |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-25 | Instead of setting the popup default colours in the draw callback, set | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-08-17 | Be more sophisticated about enabling synchronized updates when there is | Nicholas Marriott |
2021-08-12 | Restore saved cursor position after a ZWJ rather than recalculating it. | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-06 | Add basic support for zero width joiners, GitHub issues 1605 and 2784. | Nicholas Marriott |
2021-08-06 | Another minor fix - do not draw positions that are under the popup with | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-27 | Flush pending output before entering or exiting alternate screen rather | Nicholas Marriott |
2021-01-22 | Revert clear changes to writing as they don't work properly, better | Nicholas Marriott |
2021-01-18 | There is no need to clear every line entirely before drawing to it, this | Nicholas Marriott |
2020-12-07 | Do not clear the wrapped flag on linefeeds if it is already set - this | Nicholas Marriott |
2020-11-09 | Remove some old debug logging. | Nicholas Marriott |
2020-07-21 | Fix show-buffer when run from inside tmux, GitHub issue 2314. | Nicholas Marriott |
2020-07-06 | Do not eliminate redundant clears, the code is wrong and doing it | Nicholas Marriott |
2020-06-18 | The redraw callback could be fired with a NULL pane if it updates while | Nicholas Marriott |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |
2020-06-02 | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | Nicholas Marriott |
2020-05-27 | Make padding cell a valid character. | Nicholas Marriott |
2020-05-25 | Fix definition of padding cells so they are not extended cells. | Nicholas Marriott |
2020-05-16 | Add screen write flags instead of individual bits and fix line length | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Rename and tidy some stuff in struct tty_ctx. | Nicholas Marriott |
2020-05-16 | Copy mode search improvements: | Nicholas Marriott |
2020-04-21 | Move the background colour to clear with (if any) up as well as the data | Nicholas Marriott |
2020-04-20 | Always start sync for output in panes that are not the active pane. | Nicholas Marriott |
2020-04-20 | Change how sync works to always send the end sequence after all output | Nicholas Marriott |
2020-04-18 | A resize can realloc so cannot cache the value of the list pointer. | Nicholas Marriott |
2020-04-18 | Reset background colour on scrolled line. | Nicholas Marriott |
2020-04-18 | There is no point in keeping a bunch of different text buffers for each | Nicholas Marriott |
2020-04-18 | Add formats for pane written/skipped bytes for debugging. | Nicholas Marriott |
2020-04-17 | There is no point allocating a new item and putting it on the list when | Nicholas Marriott |
2020-04-16 | Return to sending sync around clears. | Nicholas Marriott |
2020-04-16 | Do not need to set up a tty context for clearing lines now. | Nicholas Marriott |
2020-04-16 | Collect up line clears like text within the available data so we don't | Nicholas Marriott |
2020-04-16 | Log what caused a flush for better visibility on what could be improved. | Nicholas Marriott |
2020-04-16 | Only start and stop sync for operations like clear and scroll where | Nicholas Marriott |
2020-04-16 | Add support for the iTerm2 sychronized updates escape sequence which | Nicholas Marriott |
2020-04-15 | Use mode-style for selected items, like choose modes. GitHub issue 2166. | Nicholas Marriott |
2019-11-28 | Parse out DA features. | Nicholas Marriott |
2019-09-24 | Some minor performance improvements - most notably, don't search the | Nicholas Marriott |
2019-09-24 | Couple of bits of minor cleanup. | Nicholas Marriott |
2019-08-05 | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | Nicholas Marriott |
2019-07-08 | Use the clear history function for the 3J sequence rather than doing it manua... | Nicholas Marriott |