aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 46679a50..f7d02b99 100644
--- a/FAQ
+++ b/FAQ
@@ -161,6 +161,6 @@ The following shell function does this, and also clears the window title on
exit (elinks, for some strange reason, sets it to the value of TERM):
elinks() {
- STY= `which elinks` "$*"
+ STY= `which elinks` $*
echo -ne \\033]0\;\\007;
}