diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-29 22:21:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-29 22:21:40 +0200 |
commit | d900bfc9f17eea5b0d2439e976609aeb2be85e25 (patch) | |
tree | 0f59f6891e3535262c6235eadbccaf2505150d79 /lib/App/VRR | |
parent | 7ac162dfae8912cd9d3297ffb565cf342f23a932 (diff) |
minor font fix (D)
Diffstat (limited to 'lib/App/VRR')
-rw-r--r-- | lib/App/VRR/Fakedisplay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm b/lib/App/VRR/Fakedisplay.pm index 2546248..58edb4a 100644 --- a/lib/App/VRR/Fakedisplay.pm +++ b/lib/App/VRR/Fakedisplay.pm @@ -59,7 +59,7 @@ sub locate_char { given ($char) { when (/[WwMm]/) { $w = 8 } - when (/[BDEFrt ]/) { $w = 5 } + when (/[BEFkrt ]/) { $w = 5 } when (/[il1:]/) { $w = 4 } when (/[.,]/) { $w = 3 } } |