putty-defaults: Prevent changing of the window title.
[profile] / xinitrc
diff --git a/xinitrc b/xinitrc
index 1de812b..1eed5ba 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -163,7 +163,7 @@ esac
 
 ## Terminal window measurements.
 case "$term" in
-  pterm) t_wd=503 t_lineht=13 t_vextra=23 geom=-geometry;;
+  pterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-geometry;;
   Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;
   xterm) t_wd=507 t_lineht=13 t_vextra=27 geom=-geometry;;
 esac