Age | Commit message (Expand) | Author |
2018-11-13 | Initialize context property in alignment test handler function. | Nicholas Marriott |
2018-11-12 | Allow style #[] in mode formats. | Nicholas Marriott |
2018-10-31 | Reset all flags in screen_write_reset, reported by Benjamin Poirier. | Nicholas Marriott |
2018-10-25 | Add a "terminal" colour which can be used instead of "default" in style | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-01-12 | Do not collect top-bit-set characters in case they need to be replaced. | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-03 | Support mouse on preview in tree mode. | Nicholas Marriott |
2017-11-02 | Make the mode draw function use the parent screen directly rather than | Nicholas Marriott |
2017-11-02 | Add a "fast" version of screen_write_copy for tree mode that doesn't do | Nicholas Marriott |
2017-10-05 | When writing batches of characters to the screen, we need to clear | Nicholas Marriott |
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | Nicholas Marriott |
2017-06-30 | Try to show a better preview of sessions and windows in tree mode. | Nicholas Marriott |
2017-06-12 | Need to flush out the linefeed after wrapper. GitHub issue 970. | Nicholas Marriott |
2017-06-04 | Typo/style; plus man page escaping from jmc. | Nicholas Marriott |
2017-05-31 | Style and spacing nits. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-12 | Need to store bg for ECH. | Nicholas Marriott |
2017-05-12 | Need to clear tty context before using it. | Nicholas Marriott |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-05-12 | ECH needs to use background colour. | Nicholas Marriott |
2017-05-11 | Clear to start of screen needs to use background colour. | Nicholas Marriott |
2017-04-29 | Fix UTF-8 combining characters in column 0, based on a diff from Keith | Nicholas Marriott |
2017-04-25 | Make full width panes try to play more nicely with terminal copy and | Nicholas Marriott |
2017-04-22 | Can't collect UTF-8 characters of more than one byte at the moment. | Nicholas Marriott |
2017-03-07 | Need to flush before writing out cells we are not collecting, also add | Nicholas Marriott |
2017-03-06 | When redrawing a combined UTF-8 characters in its existing position, | Nicholas Marriott |
2017-02-21 | Scrolling at least needs to be flushed before sending EL to the terminal | Nicholas Marriott |
2017-02-16 | Handle insert cells when cursor at edge of screen correctly, and do a | Nicholas Marriott |
2017-02-09 | Combining characters need a full flush. | Nicholas Marriott |
2017-02-09 | When an ordinary (not collected) cell is received, we need to flush any | Nicholas Marriott |
2017-02-08 | Add support for scroll up escape sequence (CSI S) and use it when | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2017-02-08 | Some other tidying bits. | Nicholas Marriott |
2017-02-08 | Add a helper to store a cell, and some tidying. | Nicholas Marriott |
2017-02-08 | Trying to avoid the occasional newline by saving the last cell on screen | Nicholas Marriott |
2017-02-06 | Add BCE for clear to start of screen, which was somehow missed. | Nicholas Marriott |
2017-02-06 | Only redraw the modified character when adding combining characters, not | Nicholas Marriott |
2017-01-12 | Fix setting the palette of aixterm colours (90-97). | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-10-18 | Zero dirty count after flushing. | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-12 | Fix a couple of problems with insert mode: flush dirty cells before we | Nicholas Marriott |
2016-10-12 | Redraw selection in tty_draw_line, so it appears when redrawing whole | Nicholas Marriott |
2016-10-05 | screen_write_copy tried to be clever and clear the line if it reached | Nicholas Marriott |
2016-10-05 | Wrap some long lines in screen-write.c. | Nicholas Marriott |
2016-09-29 | Check padding when writing any character with width > 1, in case they | Nicholas Marriott |