From 58fc56e7ac9e3225c1010609a06b77efd1e4828c Mon Sep 17 00:00:00 2001 Message-Id: <58fc56e7ac9e3225c1010609a06b77efd1e4828c.1746909260.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 12 Jun 2009 14:57:50 +0100 Subject: [PATCH] putty-defaults: Prevent changing of the window title. Organization: Straylight/Edgeware From: Mark Wooding It's just too annoying. --- putty-defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putty-defaults b/putty-defaults index 6a158bc..65353c2 100644 --- a/putty-defaults +++ b/putty-defaults @@ -57,7 +57,7 @@ NoApplicationCursors=0 NoMouseReporting=0 NoRemoteResize=0 NoAltScreen=0 -NoRemoteWinTitle=0 +NoRemoteWinTitle=1 RemoteQTitleAction=1 NoDBackspace=0 NoRemoteCharset=0 -- [mdw]