From: Hironori S. <hs...@mt...> - 2002-02-06 07:03:33
|
$B:dK\$G$9!#(B w3mmlconfig $B$r(B scrollbar_mode $B$KBP1~$5$;$^$7$?!#(B ($B$"$H!"$A$g$C$H$@$1I=<($rJQ99(B) mlterm/tool/w3mmlconfig/ $B0J2<$G(B patch -p0 $B$H$7$FEv$F$F$/$@$5$$!#(B ----------------------------------- $B:dK\(B $B9@B'(B <hs...@mt...> http://www2u.biglobe.ne.jp/~hsaka/ --- mlconfig.cgi.in.orig Wed Feb 6 15:04:48 2002 +++ mlconfig.cgi.in Wed Feb 6 15:37:27 2002 @@ -130,7 +130,7 @@ print <<EOF; <td align=left valign=top rowspan=$attr->{row}> <b>$attr->{title}</b> -<table width=240> +<table width="256"> EOF for $k (@{$attr->{key}}) { &make_key($k); --- section/others.orig Wed Feb 6 15:39:19 2002 +++ section/others Wed Feb 6 15:25:37 2002 @@ -4,3 +4,4 @@ logsize text:digit 128 0 Log size mod_meta_mode radio:lower none 0 Mod Meta mode bel_mode radio:lower sound 0 Bel mode +scrollbar_mode radio:lower left 0 Scrollbar --- key/scrollbar_mode.orig Wed Feb 6 15:25:51 2002 +++ key/scrollbar_mode Wed Feb 6 15:26:38 2002 @@ -0,0 +1,3 @@ +none None +left Left +right Right |