aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
blob: c1cdefee167a70cdc08e1101abd55b6f6c79956f (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    
    <string-array name="list_emulation_modes">
        <item>screen</item>
        <item>vt100</item>
        <item>xterm</item>
    </string-array>
    
</resources>