summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/grid.c
AgeCommit message (Expand)Author
2020-05-16Store and restore cursor position when copy mode is resized, fromNicholas Marriott
2020-05-16Use a grid cell not a style for the pane style.Nicholas Marriott
2020-04-15Use grid_empty_line rather than memset when adding new lines on resize.Nicholas Marriott
2020-04-09Some more, and use of wp->window before wp NULL check in format.c.Nicholas Marriott
2020-03-31Add a -T flag to resize-pane to trim lines below the cursor, movingNicholas Marriott
2020-03-21AIX colours are always stored as 90-97, not 100-107. From JohannesNicholas Marriott
2020-03-19Do not set the history flag if there is no history.Nicholas Marriott
2019-12-03Style nits in function arguments.Nicholas Marriott
2019-09-24Some minor performance improvements - most notably, don't search theNicholas Marriott
2019-08-01Remove check for same size - size has already been changed so thisNicholas Marriott
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
2019-04-02Store and restore cursor across reflow by working out a position basedNicholas Marriott
2019-04-01Restore a check to stop scrolled lines becoming larger than total lines,Nicholas Marriott
2019-03-20Improve cursor positioning after reflow by storing the position as anNicholas Marriott
2019-03-18Mode init needs to be fired with the mode on the list or it will not beNicholas Marriott
2019-03-12Set a flag on cells are genuinely empty (cleared and never written to)Nicholas Marriott
2018-10-25Add a "terminal" colour which can be used instead of "default" in styleNicholas Marriott
2018-10-18Support for extended underline styles on terminals which offer them,Nicholas Marriott
2018-07-11Helper function to shorten history.Nicholas Marriott
2018-07-11Add function comments.Nicholas Marriott
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott
2018-06-11Fix some compiler warnings; from Thomas Adam.Nicholas Marriott
2018-06-03Increment the lines counter when skipping a line to avoid an infiniteNicholas Marriott
2018-04-18Include source function name in grid_check_y logging.Nicholas Marriott
2018-02-16Reflowing the grid in-place involved way too much memmove() for a bigNicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-09-11Do not free more lines than are available in the history.Nicholas Marriott
2017-09-10Previously, extended cell data was never reduced in size even when theNicholas Marriott
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-05-16Line length and spaces to tabs.Nicholas Marriott
2017-05-13Some other unused variables.Nicholas Marriott
2017-05-12When expanding a line in order to clear it, we need to use the defaultNicholas Marriott
2017-05-12Scrolling needs to use background colour.Nicholas Marriott
2017-04-25When we write out the grid including escape sequences, an SGR 0 needs toNicholas Marriott
2017-04-19Style nits and a missing cast.Nicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-03-07If moving cells outside the current used count, update it.Nicholas Marriott
2017-02-22Minor bits: fix an array size, add comment, make grid_cell_entry static.Nicholas Marriott
2017-02-13Collected cells may still need to be extended for RGB colours.Nicholas Marriott
2017-02-08Collect sequences of printable ASCII characters and process themNicholas Marriott
2017-02-08Add a helper to store a cell, and some tidying.Nicholas Marriott
2017-02-08Tweak how much we expand lines by.Nicholas Marriott
2017-02-03Expand lines more aggressively to reduce rate of allocations.Nicholas Marriott
2016-10-18Clear cell entry with grid_default_entry not grid_default_cell.Nicholas Marriott
2016-10-18Make grid_clear_cell set up the entry properly for 256 and RGB cells.Nicholas Marriott