summaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index e2b96c60..a1bd5c9a 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -546,6 +546,8 @@ mod tests {
height: 51.0,
cell_width: 3.0,
cell_height: 3.0,
+ padding_x: 0.0,
+ padding_y: 0.0,
};
let mut terminal = Term::new(&config, size);