summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-12-22 20:50:52 +0000
committerMichael Jennings <mej@kainx.org>2003-12-22 20:50:52 +0000
commita6325a21c41be2d1036623203c8bc239e164b328 (patch)
treecfa4d1b83499b3789e4d7d15a31d482b3a44b94b /utils
parent685afc5c44f9cbd62d8a4357db4f68c444c9c331 (diff)
downloadeterm-a6325a21c41be2d1036623203c8bc239e164b328.tar.gz
Mon Dec 22 15:50:35 2003 Michael Jennings (mej)
Minor tweaks to utils/Etbg_update_list. SVN revision: 8180
Diffstat (limited to 'utils')
-rwxr-xr-xutils/Etbg_update_list8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/Etbg_update_list b/utils/Etbg_update_list
index 4eaa444..36e5d7a 100755
--- a/utils/Etbg_update_list
+++ b/utils/Etbg_update_list
@@ -49,10 +49,10 @@ begin menu
EOF
if [ -d tile ]; then
for i in `(cd tile && ls -1)` ; do
- echo '"tile/'$i'@0x0+0+0:tile"' >> $LISTFILE.new
+ echo '"tile/'$i'@0+0:tile"' >> $LISTFILE.new
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;tile/$i;0+0:tile\\a\"" >&3
echo " end" >&3
done
fi
@@ -64,10 +64,10 @@ EOF
if [ -d scale ]; then
for i in `(cd scale && ls -1)` ; do \
- echo '"scale/'$i'@100x100"' >> $LISTFILE.new ; \
+ echo '"scale/'$i'@100"' >> $LISTFILE.new ; \
echo " begin menuitem" >&3
eval echo "\ \ \ \ text \\\"\`echo $i | $SEDCMD\`\\\"" >&3
- echo " action string \"\\e]20;tile/$i;0x0+0+0:tile\\a\"" >&3
+ echo " action string \"\\e]20;scale/$i;100\\a\"" >&3
echo " end" >&3
done
fi