diff options
author | Wesley Gahr <wesleyey0408@gmail.com> | 2017-12-24 19:24:28 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-24 10:24:28 -0800 |
commit | ed91eb365e8e24b0ef64351235ab3f8022a8e7b3 (patch) | |
tree | 75e36a347fd48595486ca2e059934aad55e14855 /alacritty_macos.yml | |
parent | 4fb2109497daddcc2f2f855f23073a4aa699463a (diff) | |
download | alacritty-ed91eb365e8e24b0ef64351235ab3f8022a8e7b3.tar.gz alacritty-ed91eb365e8e24b0ef64351235ab3f8022a8e7b3.zip |
Adding dynamic_title property to configuration (#819)
This logic is applied in Term's ansi::Handler implementation
to avoid unnecessary allocations.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 0c988a3e..b2b76781 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -185,6 +185,8 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" +dynamic_title: true + hide_cursor_when_typing: false # Style of the cursor |