aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/mud/terminal/VDUBuffer.java
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-10-29 05:01:19 +0000
committerKenny Root <kenny@the-b.org>2008-10-29 05:01:19 +0000
commitdc59e640790d70a4542b37e3718dbccbd6be0d08 (patch)
tree22e0b3112753ddafe4831f41575d37e7689f4d43 /src/de/mud/terminal/VDUBuffer.java
parent540c693d2c0fdd10426468de6b66982d02a3ec91 (diff)
downloadconnectbot-dc59e640790d70a4542b37e3718dbccbd6be0d08.tar.gz
connectbot-dc59e640790d70a4542b37e3718dbccbd6be0d08.tar.bz2
connectbot-dc59e640790d70a4542b37e3718dbccbd6be0d08.zip
* First pass at publickey authentication.
* RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA.
Diffstat (limited to 'src/de/mud/terminal/VDUBuffer.java')
-rw-r--r--src/de/mud/terminal/VDUBuffer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/mud/terminal/VDUBuffer.java b/src/de/mud/terminal/VDUBuffer.java
index 60e7abf..a0d6b3b 100644
--- a/src/de/mud/terminal/VDUBuffer.java
+++ b/src/de/mud/terminal/VDUBuffer.java
@@ -1,7 +1,7 @@
/*
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
- * (c) Matthias L. Jugel, Marcus Meiner 1996-2005. All Rights Reserved.
+ * (c) Matthias L. Jugel, Marcus Mei§ner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
@@ -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 {