nandi/frqpublic Fork 0
a0b3031
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 jolt-native whose field takes a click and a paste

A click on the compose box puts the caret where it lands instead of
leaving it where it was, and Ctrl+V pastes — text into the draft, and a
picture through `:on-paste-empty` to `s/paste-image!`, which the box has
named all along and which this backend never fired until now.

On top of the wide-glyph fix already pinned, which this rev includes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-10T14:47:49-07:00 Browse files
a0b3031 parent: 7f2a1c4
modified flake.lock +5 -5
@@ -155,16 +155,16 @@
155155 "rust-overlay": "rust-overlay"
156156 },
157157 "locked": {
158- "lastModified": 1789076396,
159- "narHash": "sha256-bI/7cIeHs8cZSEDvnbaA9c3/INo6WWhUirEvYNvvDwI=",
158+ "lastModified": 1789076609,
159+ "narHash": "sha256-ErEGWsU0fbh3UXb/5pLe2vzTSjUdnKKtcqa7kpJCGkM=",
160160 "ref": "refs/heads/main",
161- "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
162- "revCount": 98,
161+ "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
162+ "revCount": 99,
163163 "type": "git",
164164 "url": "https://gitlab.com/nandithebull/jolt-native"
165165 },
166166 "original": {
167- "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",
167+ "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
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": 1789076396,158+ "lastModified": 1789076609,
159- "narHash": "sha256-bI/7cIeHs8cZSEDvnbaA9c3/INo6WWhUirEvYNvvDwI=",159+ "narHash": "sha256-ErEGWsU0fbh3UXb/5pLe2vzTSjUdnKKtcqa7kpJCGkM=",
160 "ref": "refs/heads/main",160 "ref": "refs/heads/main",
161- "rev": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",161+ "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
162- "revCount": 98,162+ "revCount": 99,
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": "48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4",167+ "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
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
@@ -61,7 +61,7 @@
6161 # drift this comment warns about wearing a different hat: one input, and
6262 # the window and the terminal are the same library either way.
6363 jolt-native = {
64- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4";
64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6";
6565 inputs.nixpkgs.follows = "nixpkgs";
6666 };
6767
@@ -61,7 +61,7 @@
61 # drift this comment warns about wearing a different hat: one input, and61 # drift this comment warns about wearing a different hat: one input, and
62 # the window and the terminal are the same library either way.62 # the window and the terminal are the same library either way.
63 jolt-native = {63 jolt-native = {
64- url = "git+https://gitlab.com/nandithebull/jolt-native?rev=48212a7a4ea3e07b3e7a618364a5fa6ce76db1a4";64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6";
65 inputs.nixpkgs.follows = "nixpkgs";65 inputs.nixpkgs.follows = "nixpkgs";
66 };66 };
67 67