aboutsummaryrefslogtreecommitdiff
path: root/tests/ref/zsh_tab_completion
diff options
context:
space:
mode:
authorTuomas Siipola <siiptuo@kapsi.fi>2017-05-06 08:45:23 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-05-06 12:53:54 -0700
commit9316771f64842533181cfb04a27aa9ae809cc435 (patch)
tree364cf490246fba9d86bc02ce67aeda43a1610f48 /tests/ref/zsh_tab_completion
parent149fbaef09a56613c72855bc60355c7848256500 (diff)
downloadalacritty-9316771f64842533181cfb04a27aa9ae809cc435.tar.gz
alacritty-9316771f64842533181cfb04a27aa9ae809cc435.zip
Add window padding option
Padding can be configured by using the `padding` field in the config file, like so: padding: x: 2 y: 2 which would result in a 2px padding within each side of the window.
Diffstat (limited to 'tests/ref/zsh_tab_completion')
-rw-r--r--tests/ref/zsh_tab_completion/size.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/zsh_tab_completion/size.json b/tests/ref/zsh_tab_completion/size.json
index 061294c5..958c4a24 100644
--- a/tests/ref/zsh_tab_completion/size.json
+++ b/tests/ref/zsh_tab_completion/size.json
@@ -1 +1 @@
-{"width":1204.0,"height":676.0,"cell_width":15.0,"cell_height":28.0} \ No newline at end of file
+{"width":1204.0,"height":676.0,"cell_width":15.0,"cell_height":28.0,"padding_x":0.0,"padding_y":0.0} \ No newline at end of file