Age | Commit message (Expand) | Author |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-04-01 | Restore a check to stop scrolled lines becoming larger than total lines, | Nicholas Marriott |
2019-03-20 | Improve cursor positioning after reflow by storing the position as an | Nicholas Marriott |
2019-03-18 | Mode init needs to be fired with the mode on the list or it will not be | Nicholas Marriott |
2019-03-12 | Set a flag on cells are genuinely empty (cleared and never written to) | 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 extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-07-11 | Helper function to shorten history. | Nicholas Marriott |
2018-07-11 | Add function comments. | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-06-11 | Fix some compiler warnings; from Thomas Adam. | Nicholas Marriott |
2018-06-03 | Increment the lines counter when skipping a line to avoid an infinite | Nicholas Marriott |
2018-04-18 | Include source function name in grid_check_y logging. | Nicholas Marriott |
2018-02-16 | Reflowing the grid in-place involved way too much memmove() for a big | 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-09-11 | Do not free more lines than are available in the history. | Nicholas Marriott |
2017-09-10 | Previously, extended cell data was never reduced in size even when the | Nicholas Marriott |
2017-08-30 | Instead of overloading the line clear function to mean free if | Nicholas Marriott |
2017-05-16 | Line length and spaces to tabs. | Nicholas Marriott |
2017-05-13 | Some other unused variables. | Nicholas Marriott |
2017-05-12 | When expanding a line in order to clear it, we need to use the default | Nicholas Marriott |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-04-25 | When we write out the grid including escape sequences, an SGR 0 needs to | Nicholas Marriott |
2017-04-19 | Style nits and a missing cast. | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-03-07 | If moving cells outside the current used count, update it. | Nicholas Marriott |
2017-02-22 | Minor bits: fix an array size, add comment, make grid_cell_entry static. | Nicholas Marriott |
2017-02-13 | Collected cells may still need to be extended for RGB colours. | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2017-02-08 | Add a helper to store a cell, and some tidying. | Nicholas Marriott |
2017-02-08 | Tweak how much we expand lines by. | Nicholas Marriott |
2017-02-03 | Expand lines more aggressively to reduce rate of allocations. | Nicholas Marriott |
2016-10-18 | Clear cell entry with grid_default_entry not grid_default_cell. | Nicholas Marriott |
2016-10-18 | Make grid_clear_cell set up the entry properly for 256 and RGB cells. | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-01-31 | Add RGB escape sequences for capture-pane -e. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-22 | Don't leak extddata, memset after freeing it, not before. From Patrick | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | grid_put_utf8 is unused, remove it. | Nicholas Marriott |
2015-09-25 | Free the history when it is cleared, based on a diff from Carlo Cannas. | Nicholas Marriott |
2015-09-02 | Fix indentation of grid_string_cells_fg. | Nicholas Marriott |