aboutsummaryrefslogtreecommitdiffstats
path: root/src/display.c
Commit message (Collapse)AuthorAgeFilesLines
* implement dirty row trackingdirty-rowsJesse Luehrs2014-04-261-3/+7
| | | | | not merging this to master because it actually ends up being ~5-10% slower - not entirely sure why. should look into it at some point.
* handle wide charactersJesse Luehrs2014-04-251-6/+11
|
* implement rgb colorsJesse Luehrs2014-04-251-7/+20
|
* implement inverseJesse Luehrs2014-04-251-0/+12
|
* handle bold_is_brightJesse Luehrs2014-04-251-2/+8
|
* bold/italic/underlineJesse Luehrs2014-04-251-5/+20
|
* refactorJesse Luehrs2014-04-251-4/+4
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-514/+67
|
* more cleanupsJesse Luehrs2014-04-241-1/+0
|
* more refactoringJesse Luehrs2014-04-241-8/+0
|
* be more consistentJesse Luehrs2014-04-231-4/+4
|
* reset the scroll region whenever the window is resizedJesse Luehrs2014-04-231-0/+3
| | | | seems like this is what other terminals do
* no need to create a new description hereJesse Luehrs2014-04-221-3/+4
|
* this should really be using scroll_bottomJesse Luehrs2014-04-221-3/+5
| | | | | | | i can't seem to find an app where this makes a difference for, they seem to go out of their way to avoid using IL/DL if scroll_bottom isn't at the bottom of the terminal - i'm guessing terminals have been buggy about this in the past.
* fix insert lines implementationJesse Luehrs2014-04-221-22/+44
|
* implement ICHJesse Luehrs2014-04-221-0/+21
|
* a few more escape sequencesJesse Luehrs2014-04-221-0/+6
|
* handle DLJesse Luehrs2014-04-211-0/+20
|
* one more default color that i missedJesse Luehrs2014-04-211-1/+1
|
* fix scrollingJesse Luehrs2014-04-211-8/+6
| | | | | | | the documentation is unclear here - it says that scroll regions define the bounds of all scroll and cursor motion operations, but apparently absolute cursor positioning is not considered a "cursor motion operation".
* support 16 colors, 256 colors, and arbitrary rgb colorsJesse Luehrs2014-04-211-4/+37
|
* one more leakJesse Luehrs2014-04-211-0/+1
|
* clean up some more memoryJesse Luehrs2014-04-201-0/+2
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+563