package manager update + UI built-in extended char detection
This commit is contained in:
@@ -65,9 +65,9 @@ UI.Grid.defaults = {
|
||||
headerSortColor = colors.yellow,
|
||||
unfocusedTextSelectedColor = colors.white,
|
||||
unfocusedBackgroundSelectedColor = colors.gray,
|
||||
focusIndicator = '>',
|
||||
focusIndicator = UI.extChars and '\183' or '>',
|
||||
sortIndicator = ' ',
|
||||
inverseSortIndicator = '^',
|
||||
inverseSortIndicator = UI.extChars and '\24' or '^',
|
||||
values = { },
|
||||
columns = { },
|
||||
accelerators = {
|
||||
|
||||
Reference in New Issue
Block a user