aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/mud/terminal/SoftFont.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/mud/terminal/SoftFont.java')
-rw-r--r--src/de/mud/terminal/SoftFont.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/mud/terminal/SoftFont.java b/src/de/mud/terminal/SoftFont.java
index bd25a60..e5da3db 100644
--- a/src/de/mud/terminal/SoftFont.java
+++ b/src/de/mud/terminal/SoftFont.java
@@ -1,7 +1,7 @@
/*
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
- * (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
+ * (c) Matthias L. Jugel, Marcus Meiner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
@@ -43,6 +43,7 @@ public class SoftFont {
final static private char SF_BITMAP = 0;
final static private char SF_FILLRECT = 1;
+
//final static private char SF_CHAR = 0;
final static private char SF_WIDTH= 1;
final static private char SF_HEIGHT= 2;