From cfc20d4f34dca535654cc32df18e785296af4cc5 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 19 Apr 2019 18:00:24 +0000 Subject: Fix cursor dimensions with font offset Previously cursor dimensions were not calculated correctly when a font offset was specified, since the font offset was completely ignored. This has been fixed by moving all the cursor logic from the font into the Alacritty crate, applying the config's offsets before rasterizing the cursors. This has also fixed an issue with some cursors not being rendered as double-width correctly when over double-width glyphs. This fixes #2209. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d1ad1bc6..f0206d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ log = "0.4" clap = "2" fnv = "1" unicode-width = "0.1" -arraydeque = "0.4" glutin = { version = "0.21.0-rc2", features = ["icon_loading"] } env_logger = "0.6.0" base64 = "0.10.0" -- cgit v1.2.3