aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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)