diff options
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ sequences. | |||
48 | But buggy applications like bash and irssi for example don't do this. A fast | 48 | But buggy applications like bash and irssi for example don't do this. A fast |
49 | solution for them is to use the following command: | 49 | solution for them is to use the following command: |
50 | 50 | ||
51 | $ printf "�33?1h�33=" >/dev/tty | 51 | $ printf "\033?1h\033=" >/dev/tty |
52 | 52 | ||
53 | or | 53 | or |
54 | $ echo $(tput smkx) >/dev/tty | 54 | $ echo $(tput smkx) >/dev/tty |