[SM-Commit] GIT changes to master grimoire by Tommy Boatman (2745717734d28b07dde338dbbf7d02e9f53dde1b)

Tommy Boatman scm at mail.sourcemage.org
Tue Jan 30 18:44:24 EST 2007


GIT changes to master grimoire by Tommy Boatman <tboatman2 at houston.rr.com>:

 shell-term-fm/x3270/FINAL   |   11 ++++++-----
 shell-term-fm/x3270/HISTORY |    4 ++++
 2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 2745717734d28b07dde338dbbf7d02e9f53dde1b
Author: Tommy Boatman <tboatman2 at houston.rr.com>
Commit: Tommy Boatman <tboatman2 at houston.rr.com>

       x3270: changed to message function+colors in FINAL

diff --git a/shell-term-fm/x3270/FINAL b/shell-term-fm/x3270/FINAL
index 7d624e7..3fa73c6 100755
--- a/shell-term-fm/x3270/FINAL
+++ b/shell-term-fm/x3270/FINAL
@@ -1,10 +1,11 @@
 if [ $DISPLAY ]
 then
-        echo "Rehashing font database..."
+        message "${MESSAGE_COLOR}Rehashing font database...${DEFAULT_COLOR}"
         xset fp rehash
 else
-        echo "No DISPLAY variable set.  To ensure full functionality,"
-        echo "be sure to issue 'xset fp rehash' or restart your X "
-        echo "Server.  You will not be able to change fonts in x3270"
-        echo "until this is done."
+        message "${PROBLEM_COLOR}No DISPLAY variable set.${DEFAULT_COLOR}"
+        message "${MESSAGE_COLOR}To ensure full functionality, " \
+                "be sure to issue 'xset fp rehash' or restart your X " \
+                "Server.  You will not be able to change fonts in x3270 " \
+                "until this is done.${DEFAULT_COLOR}"
 fi
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 8c0d741..f5fbe69 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,7 @@
+2007-01-30 Tommy Boatman <tboatman2 at houston.rr.com>
+	* FINAL: Changed echos to message function and
+	  added message and problem colors.
+
 2007-01-29 Tommy Boatman <tboatman2 at houston.rr.com>
 	* FINAL: Rewrote to include check for $DISPLAY
 	  variable and hash font db if set, otherwise



More information about the SM-Commit mailing list