mirror of
https://github.com/kepler155c/opus
synced 2024-12-28 01:20:27 +00:00
16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
|
{
|
||
|
ScrollingGrid = {
|
||
|
lineChar = '|',
|
||
|
sliderChar = '\127',
|
||
|
upArrowChar = '\30',
|
||
|
downArrowChar = '\31',
|
||
|
},
|
||
|
Button = {
|
||
|
focusIndicator = '\183',
|
||
|
},
|
||
|
Grid = {
|
||
|
focusIndicator = '\183',
|
||
|
inverseSortIndicator = '\24',
|
||
|
},
|
||
|
}
|