alacritty/font
Christian Duerr 228400a6c2
Prevent font_size_modifier from sinking too low (#994)
This replaces the `font_size_modifier` stored on the `Term` struct with a `font_size` field.

With this change it is not necessary anymore to calculate the new font size from a delta but the current font size is always stored directly on the `Term` struct.

As a result of this it is now possible to increase the font size by more than 127 steps at runtime. It also limits the minimum font size to 1, so issues with the `font_size_modifier` dropping far below font size 1 are resolved with this change.

This fixes #955.
2018-01-05 03:22:58 +00:00
..
src Prevent font_size_modifier from sinking too low (#994) 2018-01-05 03:22:58 +00:00
Cargo.toml Update euclid to v16 2017-12-23 21:39:09 -08:00