about summary refs log tree commit diff stats
path: root/linux/112read-byte.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-19 21:05:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-19 21:05:57 -0700
commit34596b6ee9811a3f1a5bf94d307f6527cb7467b1 (patch)
treef443bd426bce78e677f0b4879cec0775156e6b1c /linux/112read-byte.subx
parentc22874a97f9e22f00b78b46b0647ea97325370f4 (diff)
downloadmu-34596b6ee9811a3f1a5bf94d307f6527cb7467b1.tar.gz
reimplement pixel graphics
Before: we always drew pixels atop characters, and we only drew pixels
that were explicitly requested.

After: we always draw pixels atop characters, and we only draw pixels that
don't have color 0.

Both semantics should be identical as long as pixels are never drawn atop
characters.
Diffstat (limited to 'linux/112read-byte.subx')
0 files changed, 0 insertions, 0 deletions
/a> 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167