mirror of
https://github.com/gryf/urxvt-font.git
synced 2026-03-22 17:23:31 +01:00
fixing wrong escapes
This commit is contained in:
2
font
2
font
@@ -66,7 +66,7 @@ sub change_size
|
|||||||
$self->{term}->resource("boldFont", $font_resized_bold);
|
$self->{term}->resource("boldFont", $font_resized_bold);
|
||||||
|
|
||||||
# Emit escape sequence to change fonts in rxvt runtime
|
# Emit escape sequence to change fonts in rxvt runtime
|
||||||
$self->{term}->cmd_parse("\033]50;" . $font_resized . "\007");
|
$self->{term}->cmd_parse("\e]710;" . $font_resized . "\007");
|
||||||
|
|
||||||
# Persist the changes to xrdb
|
# Persist the changes to xrdb
|
||||||
system("xrdb -load " . X_RESOURCES);
|
system("xrdb -load " . X_RESOURCES);
|
||||||
|
|||||||
Reference in New Issue
Block a user