aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-06 09:59:23 +0000
committerBlaž Hrastnik2020-10-13 14:13:56 +0000
commit809827967687ea7e6b645e7a9a60f9c523250578 (patch)
tree15f0bf17d6528c55f638df9875e0cf951b315b01 /helix-view
parent1dba0f2b1ccc0c6a29e05876b7b7153373221f87 (diff)
Cleanup
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/view.rs2
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(),
};