From 4ec5216952e219981f4546d84a932c589dd02a15 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 3 Mar 2007 15:52:19 +0000 Subject: [PATCH] Changed variable --- script/editor.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/editor.in b/script/editor.in index 5679a834..e75b234d 100644 --- a/script/editor.in +++ b/script/editor.in @@ -13,7 +13,7 @@ function alarma } ## Set term environmment -export JOETERM=ansi.sys +export JOETERM=nansi.sys ## Read variables from data.msg . $HOME/data.msg @@ -23,7 +23,7 @@ TIME=`head -n19 $HOME/door.sys |tail -n1 |tr -d "[:cntrl:]"` ## Set preferred editor and parameters EDITOR=@joebin@/bbsjoe -if [ "$UTF-8" == "Yes" ]; then +if [ "$UTF8" == "Yes" ]; then PARAM="-guess_utf8 $HOME/edit.msg" else PARAM="$HOME/edit.msg" @@ -91,7 +91,7 @@ alarma $TIME $EDITOR & ## Draw header and call editor echo -e " " -echo -e "$LANGAREA: $AREANUM $AREA" +echo -e "$LANGAREA: $AREANUM $AREA $UTF8 $TERM $JOETERM" echo -e "$LANGFROM: $MSGFROM $MSGFROMADDR" echo -e "$LANGTO: $MSGTO $MSGTOADDR" echo -e "$LANGRE: $MSGSUBJECT"