diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/view.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(), }; |