Add file and project search panels

This commit is contained in:
slhx agent
2026-06-21 13:11:56 +02:00
parent 70ef989c2a
commit 1d1ecf29d5
5 changed files with 240 additions and 28 deletions
+4
View File
@@ -335,6 +335,10 @@ pub const Session = struct {
return self.panels.selectList();
}
pub fn activeListItem(self: *const Session) ![]const u8 {
return self.panels.activeListItem();
}
pub fn cancelListPanel(self: *Session) !void {
try self.panels.cancelList();
}