summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
* Set cinoptionsJune McEnroe2018-02-04
* Tweak colorscheme moreJune McEnroe2018-02-04
* Color MatchParen DarkYellowJune McEnroe2018-02-04
* Set auto_pushdJune McEnroe2018-02-01
* Map \h to sort includesJune McEnroe2018-01-31
* Remove Tarmak remappings from vimJune McEnroe2018-01-29
* Set t_Co = 8June McEnroe2018-01-29
* Add :Q command aliasJune McEnroe2018-01-29
* Only set title in ~xtermJune McEnroe2018-01-28
* Set nonumber in terminalsJune McEnroe2017-12-31
* Condense pathJune McEnroe2017-11-18
* Remove april, add julyJune McEnroe2017-11-18
* Always newline before promptJune McEnroe2017-09-27
* Simplify zsh promptsJune McEnroe2017-09-15
* Use 4-space indent everywhereJune McEnroe2017-09-15
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
* Pass final NULL to execlpJune McEnroe2017-09-05
* Add watch.cJune McEnroe2017-09-05
* Remove Scala highlightingJune McEnroe2017-09-02
* Move nethack options to envJune McEnroe2017-08-19
* Remove scala syntax fileJune McEnroe2017-08-17
* Add wakeJune McEnroe2017-08-06
* Add tupJune McEnroe2017-07-31
* Use designated initializer for hnel tableJune McEnroe2017-07-31
* Add juneJune McEnroe2017-07-30
* Play nethack as ValkyrieJune McEnroe2017-07-30
* Add toggle to hnelJune McEnroe2017-07-28
* Add up, supJune McEnroe2017-07-25
* Autopickup ringsJune McEnroe2017-07-24
* Name dogJune McEnroe2017-07-24
* Add nethackrcJune McEnroe2017-07-23
* Remove useless setuid in briJune McEnroe2017-07-23
* Clean up hnel a tiny bitJune McEnroe2017-07-23
* Set window size in hnelJune McEnroe2017-07-21
* Add hnelJune McEnroe2017-07-21
* chmod 600 in dtchJune McEnroe2017-07-19
* Map C-w {N,E} in nvimJune McEnroe2017-07-18
* Remove color from xx, group ASCIIJune McEnroe2017-07-16
* Add description to dtchJune McEnroe2017-07-16
* Fix dtch portabilityJune McEnroe2017-07-16
* Send ^L on attach, rmcup reset on detachJune McEnroe2017-07-16
* Sort dtch includesJune McEnroe2017-07-15
* Clean up dtchJune McEnroe2017-07-15
* Detect death of childJune McEnroe2017-07-14
* Use CTRL macroJune McEnroe2017-07-14
* Add just-about-functional dtch/atchJune McEnroe2017-07-14
* Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe2017-07-13
* Remove manpager scriptJune McEnroe2017-07-11
* Remove pathogenJune McEnroe2017-07-04
* Consolidate pbd, pbcopy, pbpasteJune McEnroe2017-07-04
WAITFORVSYNC but my kernel doesn't), but avoids flicker from clearing to black for each frame. 2018-02-05Rewrite gfxx bit handlingJune McEnroe Specifies how many bits for each of "alpha" (ignored), red, green, blue. Separates byte-order and bit-order. Much more flexible, but now won't render CARDS.DLL graphics properly due to the skip bit being not where it expects. Also mmaps the file instead of reading it all in. And the default palette and sampling got removed again for now, since it's too awkward to use. 2018-02-05Add flip option to gfxxJune McEnroe This handles upside-down graphics much better than reverse did. 2018-02-05Remove gfxx reverse optionJune McEnroe 2018-02-04Fix gfxx draw stop conditionJune McEnroe Would not draw the last partially visible column when mirrored. 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe By stopping when the next column would be off the edge of the buffer. 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe White is not obvious enough. 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe Replace default palette with alternating black and white. 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe