diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 89f5dcd..0dbed8f 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -93,7 +93,7 @@ fn on_submit(s: &mut Cursive, name: &String) { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | // get the act together | 95 | // get the act together |
96 | let article_content = TextView::new(extract_formatter(extract)); | 96 | let article_content = TextView::new(extract_formatter(extract)).scrollable(); |
97 | 97 | ||
98 | let links = SelectView::<String>::new() | 98 | let links = SelectView::<String>::new() |
99 | .with_all_str(link_vec) | 99 | .with_all_str(link_vec) |