| Commit message (Expand) | Author | Age |
* | Move the background colour to clear with (if any) up as well as the data | nicm | 2020-04-21 |
* | Always start sync for output in panes that are not the active pane. | nicm | 2020-04-20 |
* | Change how sync works to always send the end sequence after all output | nicm | 2020-04-20 |
* | A resize can realloc so cannot cache the value of the list pointer. | nicm | 2020-04-18 |
* | Reset background colour on scrolled line. | nicm | 2020-04-18 |
* | There is no point in keeping a bunch of different text buffers for each | nicm | 2020-04-18 |
* | Add formats for pane written/skipped bytes for debugging. | nicm | 2020-04-18 |
* | There is no point allocating a new item and putting it on the list when | nicm | 2020-04-17 |
* | Return to sending sync around clears. | nicm | 2020-04-16 |
* | Do not need to set up a tty context for clearing lines now. | nicm | 2020-04-16 |
* | Collect up line clears like text within the available data so we don't | nicm | 2020-04-16 |
* | Log what caused a flush for better visibility on what could be improved. | nicm | 2020-04-16 |
* | Only start and stop sync for operations like clear and scroll where | nicm | 2020-04-16 |
* | Add support for the iTerm2 sychronized updates escape sequence which | nicm | 2020-04-16 |
* | Use mode-style for selected items, like choose modes. GitHub issue 2166. | nicm | 2020-04-15 |
* | Parse out DA features. | nicm | 2019-11-28 |
* | Some minor performance improvements - most notably, don't search the | nicm | 2019-09-24 |
* | Couple of bits of minor cleanup. | nicm | 2019-09-24 |
* | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | nicm | 2019-08-05 |
* | Use the clear history function for the 3J sequence rather than doing it manua... | nicm | 2019-07-08 |
* | Correctly clear underscore colour in grid_get_cell1, also fix struct | nicm | 2019-07-06 |
* | Add support for underscore colours with Setulc capability, mostly from | nicm | 2019-06-27 |
* | Allow menu items to be disabled by putting a - at the start of their | nicm | 2019-05-28 |
* | Add a function to draw a simple menu onto a screen. | nicm | 2019-05-10 |
* | Pass target client and session to load_cfg from source-file so formats | nicm | 2019-04-18 |
* | screen_write_fast_copy can no longer assume the target screen is default | nicm | 2019-04-03 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Add a wrapper (struct style) around styles rather than using the | nicm | 2019-03-14 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Fix HPA in origin mode. | nicm | 2019-03-12 |
* | Fix wrapping after origin mode change. | nicm | 2019-03-12 |
* | Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. | nicm | 2019-03-12 |
* | Initialize context property in alignment test handler function. | nicm | 2018-11-13 |
* | Allow style #[] in mode formats. | nicm | 2018-11-12 |
* | Reset all flags in screen_write_reset, reported by Benjamin Poirier. | nicm | 2018-10-31 |
* | Add a "terminal" colour which can be used instead of "default" in style | nicm | 2018-10-25 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Move struct screen_sel into screen.c and tidy up members that are only | nicm | 2018-07-31 |
* | Add accessors for grid linedata member, for some future work. From Dan | nicm | 2018-07-04 |
* | Do not collect top-bit-set characters in case they need to be replaced. | nicm | 2018-01-12 |
* | Completely rewrite the reflow code to correctly handle double width | nicm | 2017-11-15 |
* | Support mouse on preview in tree mode. | nicm | 2017-11-03 |
* | Make the mode draw function use the parent screen directly rather than | nicm | 2017-11-02 |
* | Add a "fast" version of screen_write_copy for tree mode that doesn't do | nicm | 2017-11-02 |
* | When writing batches of characters to the screen, we need to clear | nicm | 2017-10-05 |
* | Add -F to choose-tree, choose-client, choose-buffer to specify the | nicm | 2017-08-09 |
* | Try to show a better preview of sessions and windows in tree mode. | nicm | 2017-06-30 |
* | Need to flush out the linefeed after wrapper. GitHub issue 970. | nicm | 2017-06-12 |
* | Typo/style; plus man page escaping from jmc. | nicm | 2017-06-04 |
* | Style and spacing nits. | nicm | 2017-05-31 |