diff options
author | Blaž Hrastnik | 2020-10-06 09:59:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-10-13 14:13:56 +0000 |
commit | 809827967687ea7e6b645e7a9a60f9c523250578 (patch) | |
tree | 15f0bf17d6528c55f638df9875e0cf951b315b01 /helix-view | |
parent | 1dba0f2b1ccc0c6a29e05876b7b7153373221f87 (diff) |
Cleanup
Diffstat (limited to 'helix-view')
-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(), }; |