aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexandre Bury <[email protected]>2018-07-21 17:45:04 +0100
committerAlexandre Bury <[email protected]>2018-07-21 17:45:04 +0100
commitf8b06b5df81b875fe6c1d38fca49390809f3bf4b (patch)
treee1cab9adcf0a6e77375233b85d066361d682155c /src
parent4c4aa1888a1c2a1d0b39cd25a9c7748466873abf (diff)
Update for latest cursive
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)