nandi/frqpublic Fork 0
bf7ef3e
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 that jumps to a message and walks only what shows

A click on the line a reply quotes now scrolls to that message as well as
highlighting it: jvui brings a :scroll-here row into view, which only
libvidya did before. And a scroll area walks only the rows it can show,
counting the rest at the size they last had, so a long channel no longer
lays out every message it holds on every frame.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-10T20:39:51-07:00 Browse files
bf7ef3e parent: 3a4c0fa
modified flake.lock +5 -5
@@ -155,16 +155,16 @@
155155 "rust-overlay": "rust-overlay"
156156 },
157157 "locked": {
158- "lastModified": 1789076609,
159- "narHash": "sha256-ErEGWsU0fbh3UXb/5pLe2vzTSjUdnKKtcqa7kpJCGkM=",
158+ "lastModified": 1789094762,
159+ "narHash": "sha256-frw18DbDI287CaqJRx+ns419AkKGNfarVR4LtUVJhXY=",
160160 "ref": "refs/heads/main",
161- "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
162- "revCount": 99,
161+ "rev": "b48e404b7a731fdd2d303624a0681b7cfcbb93fa",
162+ "revCount": 101,
163163 "type": "git",
164164 "url": "https://gitlab.com/nandithebull/jolt-native"
165165 },
166166 "original": {
167- "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",
167+ "rev": "b48e404b7a731fdd2d303624a0681b7cfcbb93fa",
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": 1789076609,158+ "lastModified": 1789094762,
159- "narHash": "sha256-ErEGWsU0fbh3UXb/5pLe2vzTSjUdnKKtcqa7kpJCGkM=",159+ "narHash": "sha256-frw18DbDI287CaqJRx+ns419AkKGNfarVR4LtUVJhXY=",
160 "ref": "refs/heads/main",160 "ref": "refs/heads/main",
161- "rev": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",161+ "rev": "b48e404b7a731fdd2d303624a0681b7cfcbb93fa",
162- "revCount": 99,162+ "revCount": 101,
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": "c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6",167+ "rev": "b48e404b7a731fdd2d303624a0681b7cfcbb93fa",
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=c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6";
64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=b48e404b7a731fdd2d303624a0681b7cfcbb93fa";
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=c7d6ea8b8cda7e4ab2805c20463e0d0f770580c6";64+ url = "git+https://gitlab.com/nandithebull/jolt-native?rev=b48e404b7a731fdd2d303624a0681b7cfcbb93fa";
65 inputs.nixpkgs.follows = "nixpkgs";65 inputs.nixpkgs.follows = "nixpkgs";
66 };66 };
67 67