From 58fc56e7ac9e3225c1010609a06b77efd1e4828c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 12 Jun 2009 14:57:50 +0100 Subject: [PATCH 1/1] putty-defaults: Prevent changing of the window title. 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 -- 2.11.0