mirror of
https://github.com/kepler155c/opus
synced 2025-10-31 23:53:01 +00:00
control-q instead of q for exitting apps + grid column override colors
This commit is contained in:
@@ -351,8 +351,8 @@ function UI.Grid:drawRow(sb, row, focused, bg, fg)
|
||||
sb:write(ind .. safeValue(row[col.key] or ''),
|
||||
col.cw + 1,
|
||||
col.align,
|
||||
bg,
|
||||
fg)
|
||||
col.backgroundColor or bg,
|
||||
col.textColor or fg)
|
||||
ind = ' '
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user