rename help files with .txt - overlay.lua creates a terminal compatible window on the overlay glasses - you can now run any program on the glasses overlay

This commit is contained in:
kepler155c@gmail.com
2020-05-02 22:22:30 -06:00
parent 8a9878b8e5
commit 9bf017fe27
13 changed files with 258 additions and 146 deletions

View File

@@ -306,7 +306,7 @@ local page = UI.Page {
x = 2, y = 2, ey = -4, ex = -2,
columns = {
{ key = 'name', heading = 'Name' },
{ key = 'dir', heading = 'Directory' },
{ key = 'dir', heading = 'Directory', textColor = 'lightGray' },
},
accelerators = {
backspace = 'slide_hide',