# HG changeset patch # User Carl Byington # Date 1402701241 25200 # Node ID 9a6335a203b2b15c5c3ebf266a3c35b29ab1748e # Parent c8f45608d94c640fe09a2ae21426355af1761c3f allow host override terminal type diff -r c8f45608d94c -r 9a6335a203b2 res/xml/preferences.xml --- 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" />