| Commit message (Expand) | Author |
2019-02-17 | Simplify temp trap in up | June McEnroe |
2019-02-17 | Add line numbers to hi | June McEnroe |
2019-02-17 | Always split spans after newlines | June McEnroe |
2019-02-15 | Color format specifiers light cyan in vim | June McEnroe |
2019-02-15 | Highlight Interp as yellow | June McEnroe |
2019-02-15 | Highlight strings in sh command substitutions | June McEnroe |
2019-02-15 | Add nmap gp | June McEnroe |
2019-02-14 | Avoid newline when copying URL to pasteboard | June McEnroe |
2019-02-13 | Add forgotten "sixth" book of H2G2 | June McEnroe href='/src/commit/bin/gfxx.c?id=9cc1f4884855fc59ac94bea35ba222c15bc61248&follow=1'>Add gfxx controls for custom bits | June McEnroe |
|
|
|
|
|
This seems a bit out of character for me, but this is basically free:
ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags.
Also the format of tags files is cute.
|
|
Short-circuits for b = 8.
|
|
|
|
|
|
This works for CARDS.DLL but might not for other things. We'll see.
|
|
|
|
Still not vsync (seems like a newer DRM-fbdev implementation handles
FBIO_WAITFORVSYNC but my kernel doesn't), but avoids flicker from
clearing to black for each frame.
|
|
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.
|
|
This handles upside-down graphics much better than reverse did.
|
|
|
|
Would not draw the last partially visible column when mirrored.
|
|
|
|
|
|
|
|
By stopping when the next column would be off the edge of the buffer.
|
|
|
|
|
|
|
|
White is not obvious enough.
|
|
|
|
Replace default palette with alternating black and white.
|
|
|
|
|
|
|