feat: add project file explorer widget (palette)
This commit is contained in:
parent
fa71704a94
commit
79fc70427c
3 changed files with 291 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ pub fn Create(options: type) type {
|
|||
self.inputbox.hint.print(self.inputbox.allocator, "{d}/{d}", .{ self.total_items, self.entries.items.len }) catch {};
|
||||
}
|
||||
|
||||
fn start_query(self: *Self, n: usize) !void {
|
||||
pub fn start_query(self: *Self, n: usize) !void {
|
||||
defer tui.reset_hover(@src());
|
||||
defer self.update_count_hint();
|
||||
self.items = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue