aboutsummaryrefslogtreecommitdiffstats
path: root/src/de
diff options
context:
space:
mode:
Diffstat (limited to 'src/de')
-rw-r--r--src/de/mud/terminal/SoftFont.java4
-rw-r--r--src/de/mud/terminal/VDUBuffer.java2
-rw-r--r--src/de/mud/terminal/VDUInput.java2
-rw-r--r--src/de/mud/terminal/vt320.java4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/de/mud/terminal/SoftFont.java b/src/de/mud/terminal/SoftFont.java
index e5da3db..ed8dae9 100644
--- a/src/de/mud/terminal/SoftFont.java
+++ b/src/de/mud/terminal/SoftFont.java
@@ -34,10 +34,10 @@ import android.graphics.Paint;
* the cpi fonts used in linux console drivers.<P>
* <small>Font file generated by cpi2fnt</small>
* <P>
- * <B>Maintainer:</B> Marcus Meissner
+ * <B>Maintainer:</B> Marcus Mei§ner
*
* @version $Id: SoftFont.java 499 2005-09-29 08:24:54Z leo $
- * @author Matthias L. Jugel, Marcus Meissner
+ * @author Matthias L. Jugel, Marcus Mei§ner
*/
public class SoftFont {
final static private char SF_BITMAP = 0;
diff --git a/src/de/mud/terminal/VDUBuffer.java b/src/de/mud/terminal/VDUBuffer.java
index ffd9127..50a2268 100644
--- a/src/de/mud/terminal/VDUBuffer.java
+++ b/src/de/mud/terminal/VDUBuffer.java
@@ -33,7 +33,7 @@ import android.util.Log;
* all methods to manipulate the buffer that stores characters and their
* attributes as well as the regions displayed.
*
- * @author Matthias L. Jugel, Marcus Meiner
+ * @author Matthias L. Jugel, Marcus Mei§ner
* @version $Id: VDUBuffer.java 503 2005-10-24 07:34:13Z marcus $
*/
public class VDUBuffer {
diff --git a/src/de/mud/terminal/VDUInput.java b/src/de/mud/terminal/VDUInput.java
index 2aa2496..0d89f7a 100644
--- a/src/de/mud/terminal/VDUInput.java
+++ b/src/de/mud/terminal/VDUInput.java
@@ -29,7 +29,7 @@ import java.util.Properties;
/**
* An interface for a terminal that accepts input from keyboard and mouse.
*
- * @author Matthias L. Jugel, Marcus Meiner
+ * @author Matthias L. Jugel, Marcus Mei§ner
* @version $Id: VDUInput.java 499 2005-09-29 08:24:54Z leo $
*/
public interface VDUInput {
diff --git a/src/de/mud/terminal/vt320.java b/src/de/mud/terminal/vt320.java
index 483c665..5e0f4c2 100644
--- a/src/de/mud/terminal/vt320.java
+++ b/src/de/mud/terminal/vt320.java
@@ -30,10 +30,10 @@ import java.util.Properties;
/**
* Implementation of a VT terminal emulation plus ANSI compatible.
* <P>
- * <B>Maintainer:</B> Marcus Mei\u00dfner
+ * <B>Maintainer:</B> Marcus Mei§ner
*
* @version $Id: vt320.java 507 2005-10-25 10:14:52Z marcus $
- * @author Matthias L. Jugel, Marcus Mei\u00dfner
+ * @author Matthias L. Jugel, Marcus Mei§ner
*/
public abstract class vt320 extends VDUBuffer implements VDUInput {