aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* remove the wide emoji hacksJesse Luehrs2017-01-261-3/+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/+3
|
* allow configuring double click rateJesse Luehrs2016-06-051-0/+3
|
* implement double click to select words and triple click to select linesJesse Luehrs2016-06-051-0/+1
|
* this should be an unsigned intJesse Luehrs2016-06-041-1/+1
|
* refactor how submodules are handledJesse Luehrs2016-05-101-2/+9
| | | | | | 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
* bump the default refresh rate up to 20msJesse Luehrs2016-05-081-1/+1
| | | | | the default keyboard repeat rate is 40ms, so there's not really a reason to go significantly beyond that.
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-25/+24
|
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-0/+2
|
* make the redraw rate limit configurableJesse Luehrs2016-05-061-0/+5
|
* clean up runes_warn/runes_die handlingJesse Luehrs2016-05-021-8/+8
|
* naming consistencyJesse Luehrs2016-05-021-3/+3
|
* simplifyJesse Luehrs2016-05-011-18/+14
|
* abstract out error logging a bitJesse Luehrs2014-05-081-10/+8
| | | | | just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary
* cap scrollback to avoid unbounded memory usageJesse Luehrs2014-05-041-0/+4
|
* allow the number of lines to scroll at a time to be configurableJesse Luehrs2014-05-041-0/+5
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-298/+300
|
* make the cursor color configurableJesse Luehrs2014-04-281-0/+10
|
* more refactoringJesse Luehrs2014-04-241-0/+13
|
* make an option for making bells set the urgent hintJesse Luehrs2014-04-231-0/+4
|
* support 16 colors, 256 colors, and arbitrary rgb colorsJesse Luehrs2014-04-211-29/+265
|
* allow configuring the color of the mouse cursorJesse Luehrs2014-04-211-0/+10
|
* reorganize a bitJesse Luehrs2014-04-201-2/+2
|
* also allow command line argumentsJesse Luehrs2014-04-201-3/+23
|
* clean up some more memoryJesse Luehrs2014-04-201-1/+2
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+248