From 4428987e955da1c56d1fcd98d2130f6a02738f1a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 28 Jan 2009 19:52:21 +0000 Subject: * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ). --- FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ') 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; } -- cgit