aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the wide emoji hacksJesse Luehrs2017-01-261-1/+0
| | | | | they have been folded into modern versions of glib (>= 2.50.1) as part of unicode 9.0.0
* make wide emoji configurableJesse Luehrs2017-01-251-0/+1
|
* implement double click to select words and triple click to select linesJesse Luehrs2016-06-051-0/+1
|
* bitfields are required to be declared as intsJesse Luehrs2016-06-041-4/+4
|
* refactor how submodules are handledJesse Luehrs2016-05-101-2/+2
| | | | | | let them own their own memory, so that they can free themselves once they exit the loop. also split out the parts of the terminal that we only want to initialize once, even if we open multiple terminal windows
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-2/+2
|
* make the redraw rate limit configurableJesse Luehrs2016-05-061-0/+2
|
* split some more things out of runes.hJesse Luehrs2016-04-301-0/+2
|
* cap scrollback to avoid unbounded memory usageJesse Luehrs2014-05-041-0/+1
|
* allow the number of lines to scroll at a time to be configurableJesse Luehrs2014-05-041-0/+2
|
* these can be bitsJesse Luehrs2014-04-301-4/+4
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-0/+20
|
* more refactoringJesse Luehrs2014-04-241-0/+1
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+6