aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 8f260c1..23d557d 100644
--- a/FAQ
+++ b/FAQ
@@ -48,7 +48,7 @@ sequences.
48But buggy applications like bash and irssi for example don't do this. A fast 48But buggy applications like bash and irssi for example don't do this. A fast
49solution for them is to use the following command: 49solution for them is to use the following command:
50 50
51 $ printf "33?1h33=" >/dev/tty 51 $ printf "\033?1h\033=" >/dev/tty
52 52
53or 53or
54 $ echo $(tput smkx) >/dev/tty 54 $ echo $(tput smkx) >/dev/tty