b3de1802
chore: remove stale wall selection alias
a73x 2026-09-07 09:43
Commit message
src/tui/wallview.zig
| Old | New | ||
|---|---|---|---|
| @@ -12,7 +12,6 @@ const spawn = @import("spawn"); | |||
| 12 | const proxy = @import("proxy"); | 12 | const proxy = @import("proxy"); |
| 13 | const grid_mod = @import("term").grid; | 13 | const grid_mod = @import("term").grid; |
| 14 | const paint = @import("paint.zig"); | 14 | const paint = @import("paint.zig"); |
| 15 | const select = client.selection; | ||
| 16 | // Counters ride out through `Shared` because a detached pump never reaches | 15 | // Counters ride out through `Shared` because a detached pump never reaches |
| 17 | // a `Core.deinit`. | 16 | // a `Core.deinit`. |
| 18 | // The chord table and the prediction hooks a focused tile shares with the | 17 | // The chord table and the prediction hooks a focused tile shares with the |