aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/TrileadConnectionThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/ssh/TrileadConnectionThread.java')
-rw-r--r--src/org/theb/ssh/TrileadConnectionThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/TrileadConnectionThread.java b/src/org/theb/ssh/TrileadConnectionThread.java
index 63180b0..1e51afc 100644
--- a/src/org/theb/ssh/TrileadConnectionThread.java
+++ b/src/org/theb/ssh/TrileadConnectionThread.java
@@ -130,7 +130,7 @@ public class TrileadConnectionThread extends ConnectionThread {
session = connection.openSession();
- session.requestPTY("vt100",
+ session.requestPTY("xterm", // BUGFIX: allow colors with xterm instead of vt100
term.getColumnCount(), term.getRowCount(),
term.getWidth(), term.getHeight(),
null);