aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-12-26 18:03:28 +0000
committerKenny Root <kenny@the-b.org>2008-12-26 18:03:28 +0000
commite82927d1e6c3bd8ac2f85b77beabc75b7424c9b9 (patch)
tree73d02de4150cf1c87ae64d38684993f1cc2cc118 /res
parent964a944602bc08bde825bf43ac1ffa4d42a17e51 (diff)
downloadconnectbot-e82927d1e6c3bd8ac2f85b77beabc75b7424c9b9.tar.gz
connectbot-e82927d1e6c3bd8ac2f85b77beabc75b7424c9b9.tar.bz2
connectbot-e82927d1e6c3bd8ac2f85b77beabc75b7424c9b9.zip
TERM settings update
* default will be "xterm-color" for new hosts * add option of xterm-256color for 256 color support
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 8c03c0b..21863e2 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -2,9 +2,12 @@
<resources>
<string-array name="list_emulation_modes">
+ <item>xterm-color</item>
+ <item>xterm-256color</item>
+ <item>xterm</item>
+ <item>vt100</item>
+ <item>ansi</item>
<item>screen</item>
- <item>vt100</item>
- <item>xterm</item>
</string-array>
<string-array name="list_rotation">