package manager update + UI built-in extended char detection

This commit is contained in:
kepler155c@gmail.com
2019-03-26 00:31:25 -04:00
parent 3f9c219f6b
commit daa86d50b2
11 changed files with 57 additions and 71 deletions

View File

@@ -83,6 +83,7 @@ local Browser = UI.Page {
{ key = 'totalSize', width = 6 },
},
},
notification = UI.Notification { },
associations = UI.SlideOut {
backgroundColor = colors.cyan,
menuBar = UI.MenuBar {
@@ -215,7 +216,7 @@ function Browser.statusBar:draw()
end
function Browser:setStatus(status, ...)
self.statusBar:timedStatus(string.format(status, ...))
self.notification:info(string.format(status, ...))
end
function Browser:unmarkAll()