Skip to Content.
Sympa Menu

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

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 (75005755458ce4d524a2c68dd5830018e4d02d8b)
  • Date: Mon, 29 Jan 2007 23:00:10 -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 | 5 +++++
2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 75005755458ce4d524a2c68dd5830018e4d02d8b
Author: Tommy Boatman <tboatman2 AT houston.rr.com>
Commit: Tommy Boatman <tboatman2 AT houston.rr.com>

x3270: fix 11220, updated FINAL

diff --git a/shell-term-fm/x3270/FINAL b/shell-term-fm/x3270/FINAL
index 03ac019..7d624e7 100755
--- a/shell-term-fm/x3270/FINAL
+++ b/shell-term-fm/x3270/FINAL
@@ -1 +1,10 @@
-/usr/X11R6/bin/xset fp rehash
+if [ $DISPLAY ]
+then
+ echo "Rehashing font database..."
+ 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."
+fi
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 14133c7..8c0d741 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,3 +1,8 @@
+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
+ print a warning message
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide




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

Archive powered by MHonArc 2.6.24.

Top of Page