max / shop
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+8 insertions,
-0 deletions
| @@ -172,6 +172,14 @@ | |||
| 172 | 172 | still occupy two cells — and a ligature makes a cursor sitting between them land | |
| 173 | 173 | visually inside a glyph. Column-accurate editing wins that trade. | |
| 174 | 174 | ||
| 175 | + | Colour emoji are not drawn either, and that is a decision rather than a gap. | |
| 176 | + | Drawing them means a second atlas in colour, glyphs that carry their own colour | |
| 177 | + | instead of taking the cell's, and bitmap strikes at a fixed size that is never | |
| 178 | + | the cell's — a colour pipeline running the whole length of the renderer to put | |
| 179 | + | pictures in a terminal. An emoji still takes the columns it is owed, so text | |
| 180 | + | around one stays where it belongs and a line of somebody else's output is read | |
| 181 | + | exactly as it was written. The cell is simply empty. | |
| 182 | + | ||
| 175 | 183 | ## Emit | |
| 176 | 184 | ||
| 177 | 185 | Shop has no scrollback search, no URL opener and no pager. It has one primitive |