Skip to content

Commit 4c366d1

Browse files
committed
refactor(ui): extract ContentWidget from OutputWidget
1 parent 0e7ce09 commit 4c366d1

26 files changed

Lines changed: 721 additions & 648 deletions

src/content_widget.rs

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mod args;
33
mod completable_input;
44
mod completion;
55
mod config;
6+
mod content_widget;
67
mod debouncer;
78
mod file_saver;
89
mod help_widget;

0 commit comments

Comments
 (0)