diff res/xml/preferences.xml @ 65:9a6335a203b2 tn5250

allow host override terminal type
author Carl Byington <carl@five-ten-sg.com>
date Fri, 13 Jun 2014 16:14:01 -0700
parents ce8f13242339
children 69333ca1563c
line wrap: on
line diff
--- a/res/xml/preferences.xml	Fri Jun 13 16:00:12 2014 -0700
+++ b/res/xml/preferences.xml	Fri Jun 13 16:14:01 2014 -0700
@@ -52,7 +52,7 @@
 			android:summary="@string/pref_emulation_summary"
 			android:entries="@array/list_emulation_modes"
 			android:entryValues="@array/list_emulation_modes"
-			android:defaultValue="xterm"
+			android:defaultValue="xterm-256color"
 			/>
 
 		<EditTextPreference