Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 16, 2012 15:18
Show Gist options
  • Save faxm0dem/4088110 to your computer and use it in GitHub Desktop.
Save faxm0dem/4088110 to your computer and use it in GitHub Desktop.
urxvt insecure font size
@1353079018/~(0)$ a=$(printf '\e]710;?\a')
@1353079038/~(0)$ echo $a | xxd
0000000: 1b5d 3731 303b 3f07 0a .]710;?..
@1353079046/~(0)$ $a
bash: $'\E]710;?\a': command not found
@1353079049/~(0)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment