comparison 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
comparison
equal deleted inserted replaced
64:c8f45608d94c 65:9a6335a203b2
50 android:key="emulation" 50 android:key="emulation"
51 android:title="@string/pref_emulation_title" 51 android:title="@string/pref_emulation_title"
52 android:summary="@string/pref_emulation_summary" 52 android:summary="@string/pref_emulation_summary"
53 android:entries="@array/list_emulation_modes" 53 android:entries="@array/list_emulation_modes"
54 android:entryValues="@array/list_emulation_modes" 54 android:entryValues="@array/list_emulation_modes"
55 android:defaultValue="xterm" 55 android:defaultValue="xterm-256color"
56 /> 56 />
57 57
58 <EditTextPreference 58 <EditTextPreference
59 android:key="scrollback" 59 android:key="scrollback"
60 android:title="@string/pref_scrollback_title" 60 android:title="@string/pref_scrollback_title"