1
0
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:
noah
2012-04-15 01:32:40 -05:00
parent 54587674e9
commit 1631b26636

2
font
View File

@@ -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);