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.
## Terminal window measurements.
case "$term" in
## 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
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