nandi/frqpublic Fork 0
9d2205c
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Take the jvui that draws emoji in colour, and put the pin back

jvui draws a colour emoji as a picture now rather than trying to make a
128-pixel bitmap strike behave as a fallback font, so the react, reply and
edit chips, the reaction tallies and every emoji inside a message come out
in colour instead of as an outline. And a scroll reserves the strip its bar
is painted in, so the last characters of a wrapped line are no longer under
it — the conversation list is where that showed, a card's worth of text
ending in a grey bar.

The pin also goes back to gitlab. It was pointed at a local worktree while
that branch was unpushable, and the scratch path went out with the last
push — a URL under /tmp that exists on exactly one machine, which is not a
pin at all. deps.edn's sha moves with it; the two name the same rev for the
reason the note above them gives.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-10T10:31:09-07:00 Browse files
9d2205c parent: 91302db
modified deps.edn +1 -1
@@ -17,7 +17,7 @@
1717 :deps {jolt-lang/glimmer {:git/url "https://gitlab.com/nandithebull/glimmer"
1818 :git/sha "399df371c790d690fb6e4560c3d4d7f838502857"}
1919 nandi/glimmer-jvui {:git/url "https://gitlab.com/nandithebull/jolt-native"
20- :git/sha "03365291c9e6631f7f0e447fdb236b7e02479146"
20+ :git/sha "5145c3b332ec94862a49f0de18056217f55483d7"
2121 :deps/root "glimmer-backends/glimmer-jvui"}}
2222
2323 ;; What the UI loads is SDL, and jvui declares it itself — SDL3, SDL3_ttf
@@ -17,7 +17,7 @@
17 :deps {jolt-lang/glimmer {:git/url "https://gitlab.com/nandithebull/glimmer"17 :deps {jolt-lang/glimmer {:git/url "https://gitlab.com/nandithebull/glimmer"
18 :git/sha "399df371c790d690fb6e4560c3d4d7f838502857"}18 :git/sha "399df371c790d690fb6e4560c3d4d7f838502857"}
19 nandi/glimmer-jvui {:git/url "https://gitlab.com/nandithebull/jolt-native"19 nandi/glimmer-jvui {:git/url "https://gitlab.com/nandithebull/jolt-native"
20- :git/sha "03365291c9e6631f7f0e447fdb236b7e02479146"20+ :git/sha "5145c3b332ec94862a49f0de18056217f55483d7"
21 :deps/root "glimmer-backends/glimmer-jvui"}}21 :deps/root "glimmer-backends/glimmer-jvui"}}
22 22
23 ;; What the UI loads is SDL, and jvui declares it itself — SDL3, SDL3_ttf23 ;; What the UI loads is SDL, and jvui declares it itself — SDL3, SDL3_ttf
modified flake.lock +5 -5
@@ -155,16 +155,16 @@
155155 "rust-overlay": "rust-overlay"
156156 },
157157 "locked": {
158- "lastModified": 1789048748,
159- "narHash": "sha256-2dYuqbHAd72ulSJjvqjvmpy6Sie4btvs30p6HLz8TRE=",
158+ "lastModified": 1789061335,
159+ "narHash": "sha256-NXhDHUZFjAm17z/EsnUy2YDv63KnsXMIhXT//QJyrdA=",
160160 "ref": "refs/heads/main",
161- "rev": "7d907d008b66abc03da83dc36411cf13f3085a35",
162- "revCount": 85,
161+ "rev": "5145c3b332ec94862a49f0de18056217f55483d7",
162+ "revCount": 88,
163163 "type": "git",
164164 "url": "https://gitlab.com/nandithebull/jolt-native"
165165 },
166166 "original": {
167- "rev": "7d907d008b66abc03da83dc36411cf13f3085a35",
167+ "rev": "5145c3b332ec94862a49f0de18056217f55483d7",
168168 "type": "git",
169169 "url": "https://gitlab.com/nandithebull/jolt-native"
170170 }
@@ -155,16 +155,16 @@
155 "rust-overlay": "rust-overlay"155 "rust-overlay": "rust-overlay"
156 },156 },
157 "locked": {157 "locked": {
158- "lastModified": 1789048748,158+ "lastModified": 1789061335,
159- "narHash": "sha256-2dYuqbHAd72ulSJjvqjvmpy6Sie4btvs30p6HLz8TRE=",159+ "narHash": "sha256-NXhDHUZFjAm17z/EsnUy2YDv63KnsXMIhXT//QJyrdA=",
160 "ref": "refs/heads/main",160 "ref": "refs/heads/main",
161- "rev": "7d907d008b66abc03da83dc36411cf13f3085a35",161+ "rev": "5145c3b332ec94862a49f0de18056217f55483d7",
162- "revCount": 85,162+ "revCount": 88,
163 "type": "git",163 "type": "git",
164 "url": "https://gitlab.com/nandithebull/jolt-native"164 "url": "https://gitlab.com/nandithebull/jolt-native"
165 },165 },
166 "original": {166 "original": {
167- "rev": "7d907d008b66abc03da83dc36411cf13f3085a35",167+ "rev": "5145c3b332ec94862a49f0de18056217f55483d7",
168 "type": "git",168 "type": "git",
169 "url": "https://gitlab.com/nandithebull/jolt-native"169 "url": "https://gitlab.com/nandithebull/jolt-native"
170 }170 }
modified flake.nix +1 -1
@@ -64,7 +64,7 @@
6464 # drift this comment warns about wearing a different hat: one input, and
6565 # the window and the terminal are the same library either way.
6666 jolt-native = {
67- url = "git+file:///tmp/claude-1000/-home-nandi-code-frq--claude-worktrees-moq-jolt-lang-port-dd3165/477edbd0-1739-4107-b542-c23b5bbd9430/scratchpad/jv?ref=jvui-for-frq";
67+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=5145c3b332ec94862a49f0de18056217f55483d7";
6868 inputs.nixpkgs.follows = "nixpkgs";
6969 };
7070
@@ -64,7 +64,7 @@
64 # drift this comment warns about wearing a different hat: one input, and64 # drift this comment warns about wearing a different hat: one input, and
65 # the window and the terminal are the same library either way.65 # the window and the terminal are the same library either way.
66 jolt-native = {66 jolt-native = {
67- url = "git+file:///tmp/claude-1000/-home-nandi-code-frq--claude-worktrees-moq-jolt-lang-port-dd3165/477edbd0-1739-4107-b542-c23b5bbd9430/scratchpad/jv?ref=jvui-for-frq";67+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=5145c3b332ec94862a49f0de18056217f55483d7";
68 inputs.nixpkgs.follows = "nixpkgs";68 inputs.nixpkgs.follows = "nixpkgs";
69 };69 };
70 70