aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* experiment with only redrawing parts of the screendirty-cellsJesse Luehrs2016-05-081-14/+21
* runesc shouldn't depend on anythingJesse Luehrs2016-05-071-1/+2
* the event loop shouldn't care about terms at allJesse Luehrs2016-05-075-38/+38
* stop including term.h in runes.hJesse Luehrs2016-05-076-1/+5
* move the scroll-down-on-input behavior into the window backendJesse Luehrs2016-05-072-14/+22
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-0714-233/+278
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-0711-9/+18
* fix header guardJesse Luehrs2016-05-071-1/+1
* this doesn't need to be in runes.hJesse Luehrs2016-05-072-2/+2
* split up some unnecessary cross-module dependenciesJesse Luehrs2016-05-077-19/+30
* Adding a default runes.conf configuration and a return 0 for compatibilityJoshua Coats2016-05-061-0/+1
* make the redraw rate limit configurableJesse Luehrs2016-05-063-2/+14
* rate limit redrawsJesse Luehrs2016-05-062-0/+45
* retain selection contents after it is removedJesse Luehrs2016-05-062-17/+24
* clear the selection if we update the screenJesse Luehrs2016-05-061-0/+4
* track dirty display separate from dirty screenJesse Luehrs2016-05-063-5/+8
* make sure we include errno.h everywhere necessaryJesse Luehrs2016-05-043-0/+3
* display the cursor for wide characters properlyJesse Luehrs2016-05-031-5/+10
* don't read uninit memory if the selection goes awayJesse Luehrs2016-05-031-5/+7
* indicate that we support 256 colorsJesse Luehrs2016-05-031-1/+1
* clean up runes_warn/runes_die handlingJesse Luehrs2016-05-026-34/+48
* naming consistencyJesse Luehrs2016-05-024-12/+12
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-027-0/+374
* simplifyJesse Luehrs2016-05-013-18/+34
* no reason to expose the loop_data struct anymore eitherJesse Luehrs2016-05-013-20/+18
* actually, this should just happen during term initJesse Luehrs2016-05-013-9/+3
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-019-41/+48
* pull the remainder of the libuv code into loop.cJesse Luehrs2016-05-014-49/+66
* simplifyJesse Luehrs2016-05-012-12/+9
* allow env vars in single-word commandsJesse Luehrs2016-04-301-1/+1
* factor out timer setting back into loop.cJesse Luehrs2016-04-303-18/+45
* restore the functionality of the audible_bell optionJesse Luehrs2016-04-301-3/+8
* split some more things out of runes.hJesse Luehrs2016-04-307-7/+13
* pull event loop handling into its own fileJesse Luehrs2016-04-3010-20/+60
* restore ability to parse escape sequences across packetsJesse Luehrs2016-04-261-2/+5
* use the libvt100 libraryJesse Luehrs2015-08-2012-5332/+106
* clear the selection when the window is resizedJesse Luehrs2014-07-041-0/+14
* more fixups to selection past the end of a rowJesse Luehrs2014-07-041-6/+42
* display selection past the end of a row properlyJesse Luehrs2014-07-041-2/+37
* update the selection as the mouse moveJesse Luehrs2014-07-042-41/+54
* rearrangeJesse Luehrs2014-07-041-174/+174
* draw the selected region as inverseJesse Luehrs2014-07-044-2/+48
* store this on the screenJesse Luehrs2014-07-043-6/+4
* allow backwards selectionsJesse Luehrs2014-07-041-0/+8
* simplifyJesse Luehrs2014-07-041-6/+9
* also respond to TARGETS requestsJesse Luehrs2014-07-042-1/+11
* row has already been offset properlyJesse Luehrs2014-07-041-3/+4
* basic implementation of selectionsJesse Luehrs2014-07-042-5/+73
* function to get a stringified version of a screen regionJesse Luehrs2014-07-042-0/+45
* start working on tracking selectionsJesse Luehrs2014-07-042-17/+53