mirror of
https://github.com/gryf/urxvt-font.git
synced 2026-03-18 22:13:33 +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);
|
||||
|
||||
# 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
|
||||
system("xrdb -load " . X_RESOURCES);
|
||||
|
||||
Reference in New Issue
Block a user