aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* 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