From 809827967687ea7e6b645e7a9a60f9c523250578 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 6 Oct 2020 18:59:23 +0900 Subject: Cleanup --- helix-view/src/view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view') diff --git a/helix-view/src/view.rs b/helix-view/src/view.rs index 732c5081..8b677adc 100644 --- a/helix-view/src/view.rs +++ b/helix-view/src/view.rs @@ -25,7 +25,7 @@ impl View { let view = Self { state, first_line: 0, - size, // TODO: pass in from term + size, theme, history: History::default(), }; -- cgit v1.2.3-70-g09d2