Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (2745717734d28b07dde338dbbf7d02e9f53dde1b)
  • Date: Tue, 30 Jan 2007 17:44:24 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (2745717734d28b07dde338dbbf7d02e9f53dde1b), Tommy Boatman, 01/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page