| Commit message (Expand) | Author |
2020-11-13 | Add x4 to LESS | June McEnroe |
2020-11-04 | Remove modified sensitivity settings | June McEnroe |
2020-10-29 | Remove edit | June McEnroe |
2020-10-27 | Switch gr alias back to git rebase | June McEnroe |
2020-10-27 | Allow cd host: to cd to same path over ssh | June McEnroe |
2020-10-27 | Use SendEnv for cd host:path | June McEnroe |
2020-10-27 | Allow cd host:path over ssh | June McEnroe |
2020-10-07 | Use mandoc -T utf8 for text. | June McEnroe |
2020-09-20 | Add The Awakened Kingdom | June McEnroe |
2020-09-12 | Move /opt/local back, cheat port select to use system man | June McEnroe |
2020-09-12 | Move /opt/local behind /usr again | June McEnroe |
2020-09-12 | Enable toc in cgit renderings of man pages | June McEnroe |
2020-09-11 | Install mandoc on macOS | June McEnroe |
2020-09-11 | Rewrite install script yet again | June McEnroe |
2020-09-11 | Remove NetBSD from install script | June McEnroe |
2020-09-11 | Use MacPorts rather than pkgsrc | June McEnroe |
2020-09-11 | Add debian VM name to ssh | June McEnroe |
2020-09-11 | Add influencer tweet | June McEnroe |
2020-09-10 | Add The Kingdom of Gods | June McEnroe |
2020-09-07 | Add Sunglasses | June McEnroe |
2020-09-06 | Add Between the Breaths | June McEnroe |
2020-09-04 | Open /dev/tty in nudge | June McEnroe |
2020-09-04 | Add nudge | June McEnroe |
2020-09-03 | Build fbclock with -lz | June McEnroe |
2020-08-29 | Add tweets from retweets | June McEnroe018-02-07 | Add janky X11 graphics frontend | June McEnroe |
|
|
|
As promised.
|
|
I haven't built gfb yet, so a fix commit is probably incoming.
|
|
Also separate the options and fileName buffers in gfxx.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|