diff options
author | Tuomas Siipola <siiptuo@kapsi.fi> | 2017-05-06 08:45:23 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-05-06 12:53:54 -0700 |
commit | 9316771f64842533181cfb04a27aa9ae809cc435 (patch) | |
tree | 364cf490246fba9d86bc02ce67aeda43a1610f48 /tests | |
parent | 149fbaef09a56613c72855bc60355c7848256500 (diff) | |
download | alacritty-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')
-rw-r--r-- | tests/ref/fish_cc/size.json | 2 | ||||
-rw-r--r-- | tests/ref/indexed_256_colors/size.json | 2 | ||||
-rw-r--r-- | tests/ref/ll/size.json | 2 | ||||
-rw-r--r-- | tests/ref/tab_rendering/size.json | 2 | ||||
-rw-r--r-- | tests/ref/tmux_git_log/size.json | 2 | ||||
-rw-r--r-- | tests/ref/tmux_htop/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vim_large_window_scroll/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vim_simple_edit/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_cursor_movement_1/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_insert/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_origin_mode_1/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_origin_mode_2/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_scroll/size.json | 2 | ||||
-rw-r--r-- | tests/ref/vttest_tab_clear_set/size.json | 2 | ||||
-rw-r--r-- | tests/ref/zsh_tab_completion/size.json | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/ref/fish_cc/size.json b/tests/ref/fish_cc/size.json index 7dd55586..ae4135f0 100644 --- a/tests/ref/fish_cc/size.json +++ b/tests/ref/fish_cc/size.json @@ -1 +1 @@ -{"width":804.0,"height":604.0,"cell_width":10.0,"cell_height":25.0}
\ No newline at end of file +{"width":804.0,"height":604.0,"cell_width":10.0,"cell_height":25.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/indexed_256_colors/size.json b/tests/ref/indexed_256_colors/size.json index 5464c394..3ee01660 100644 --- a/tests/ref/indexed_256_colors/size.json +++ b/tests/ref/indexed_256_colors/size.json @@ -1 +1 @@ -{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0}
\ No newline at end of file +{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/ll/size.json b/tests/ref/ll/size.json index 5464c394..3ee01660 100644 --- a/tests/ref/ll/size.json +++ b/tests/ref/ll/size.json @@ -1 +1 @@ -{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0}
\ No newline at end of file +{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/tab_rendering/size.json b/tests/ref/tab_rendering/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/tab_rendering/size.json +++ b/tests/ref/tab_rendering/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/tmux_git_log/size.json b/tests/ref/tmux_git_log/size.json index 5464c394..3ee01660 100644 --- a/tests/ref/tmux_git_log/size.json +++ b/tests/ref/tmux_git_log/size.json @@ -1 +1 @@ -{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0}
\ No newline at end of file +{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/tmux_htop/size.json b/tests/ref/tmux_htop/size.json index 5464c394..3ee01660 100644 --- a/tests/ref/tmux_htop/size.json +++ b/tests/ref/tmux_htop/size.json @@ -1 +1 @@ -{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0}
\ No newline at end of file +{"width":1124.0,"height":628.0,"cell_width":14.0,"cell_height":26.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vim_large_window_scroll/size.json b/tests/ref/vim_large_window_scroll/size.json index ef03d128..ad3e054d 100644 --- a/tests/ref/vim_large_window_scroll/size.json +++ b/tests/ref/vim_large_window_scroll/size.json @@ -1 +1 @@ -{"width":1028.0,"height":769.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":1028.0,"height":769.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vim_simple_edit/size.json b/tests/ref/vim_simple_edit/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/vim_simple_edit/size.json +++ b/tests/ref/vim_simple_edit/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_cursor_movement_1/size.json b/tests/ref/vttest_cursor_movement_1/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/vttest_cursor_movement_1/size.json +++ b/tests/ref/vttest_cursor_movement_1/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_insert/size.json b/tests/ref/vttest_insert/size.json index 72f708f4..e3217b77 100644 --- a/tests/ref/vttest_insert/size.json +++ b/tests/ref/vttest_insert/size.json @@ -1 +1 @@ -{"width":1124.0,"height":676.0,"cell_width":14.0,"cell_height":28.0}
\ No newline at end of file +{"width":1124.0,"height":676.0,"cell_width":14.0,"cell_height":28.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_origin_mode_1/size.json b/tests/ref/vttest_origin_mode_1/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/vttest_origin_mode_1/size.json +++ b/tests/ref/vttest_origin_mode_1/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_origin_mode_2/size.json b/tests/ref/vttest_origin_mode_2/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/vttest_origin_mode_2/size.json +++ b/tests/ref/vttest_origin_mode_2/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_scroll/size.json b/tests/ref/vttest_scroll/size.json index 553273a2..eb12da0f 100644 --- a/tests/ref/vttest_scroll/size.json +++ b/tests/ref/vttest_scroll/size.json @@ -1 +1 @@ -{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0}
\ No newline at end of file +{"width":644.0,"height":412.0,"cell_width":8.0,"cell_height":17.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file diff --git a/tests/ref/vttest_tab_clear_set/size.json b/tests/ref/vttest_tab_clear_set/size.json index 72f708f4..e3217b77 100644 --- a/tests/ref/vttest_tab_clear_set/size.json +++ b/tests/ref/vttest_tab_clear_set/size.json @@ -1 +1 @@ -{"width":1124.0,"height":676.0,"cell_width":14.0,"cell_height":28.0}
\ No newline at end of file +{"width":1124.0,"height":676.0,"cell_width":14.0,"cell_height":28.0,"padding_x":0.0,"padding_y":0.0}
\ No newline at end of file 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 |