chiark / gitweb /
xinitrc: Update pterm width.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2009 19:05:32 +0000 (19:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2009 19:05:32 +0000 (19:05 +0000)
Debian is now using a version of pterm linked against GTK2, which has a
wider scroll bar.  Update the width used in the layout computations.
This will make layouts look slightly loose on systems which still have
the old pterm, but I'll live with that.

xinitrc

diff --git a/xinitrc b/xinitrc
index 1de812bef95346d8388bef43c337cb813a3f16ba..1eed5bafa91e6a26f2a5615b79a06eee46cbabb1 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