comparison res/xml/preferences.xml @ 79:01d939969b10

merge tn5250 branch into default
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jun 2014 08:24:00 -0700
parents 9a6335a203b2
children 69333ca1563c
comparison
equal deleted inserted replaced
19:b3d0d806cbe2 79:01d939969b10
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="screen" 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"