mirror of
https://github.com/kepler155c/opus
synced 2024-11-16 13:44:49 +00:00
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
{
|
|
ScrollingGrid = {
|
|
lineChar = '|',
|
|
sliderChar = '\127',
|
|
upArrowChar = '\30',
|
|
downArrowChar = '\31',
|
|
},
|
|
Button = {
|
|
focusIndicator = '\183',
|
|
},
|
|
Grid = {
|
|
focusIndicator = '\183',
|
|
inverseSortIndicator = '\24',
|
|
},
|
|
TitleBar = {
|
|
frameChar = '\140',
|
|
closeInd = '\215',
|
|
},
|
|
}
|