| Commit message (Expand) | Author | Age |
* | 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 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
* | Need to store bg for ECH. | nicm | 2017-05-12 |
* | Need to clear tty context before using it. | nicm | 2017-05-12 |
* | Scrolling needs to use background colour. | nicm | 2017-05-12 |
* | ECH needs to use background colour. | nicm | 2017-05-12 |
* | Clear to start of screen needs to use background colour. | nicm | 2017-05-11 |
* | Fix UTF-8 combining characters in column 0, based on a diff from Keith | nicm | 2017-04-29 |
* | Make full width panes try to play more nicely with terminal copy and | nicm | 2017-04-25 |
* | Can't collect UTF-8 characters of more than one byte at the moment. | nicm | 2017-04-22 |
* | Need to flush before writing out cells we are not collecting, also add | nicm | 2017-03-07 |
* | When redrawing a combined UTF-8 characters in its existing position, | nicm | 2017-03-06 |
* | Scrolling at least needs to be flushed before sending EL to the terminal | nicm | 2017-02-21 |
* | Handle insert cells when cursor at edge of screen correctly, and do a | nicm | 2017-02-16 |
* | Combining characters need a full flush. | nicm | 2017-02-09 |
* | When an ordinary (not collected) cell is received, we need to flush any | nicm | 2017-02-09 |
* | Add support for scroll up escape sequence (CSI S) and use it when | nicm | 2017-02-08 |
* | Collect sequences of printable ASCII characters and process them | nicm | 2017-02-08 |
* | Some other tidying bits. | nicm | 2017-02-08 |
* | Trying to avoid the occasional newline by saving the last cell on screen | nicm | 2017-02-08 |
* | Add BCE for clear to start of screen, which was somehow missed. | nicm | 2017-02-06 |
* | Only redraw the modified character when adding combining characters, not | nicm | 2017-02-06 |
* | Fix setting the palette of aixterm colours (90-97). | nicm | 2017-01-12 |
* | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 |
* | Spacing nits. | nicm | 2016-12-09 |
* | Zero dirty count after flushing. | nicm | 2016-10-18 |
* | Add support for BCE (background colour erase). This makes various escape | nicm | 2016-10-13 |
* | Fix a couple of problems with insert mode: flush dirty cells before we | nicm | 2016-10-12 |
* | Redraw selection in tty_draw_line, so it appears when redrawing whole | nicm | 2016-10-12 |