Added Lua 5.3 note to welcome message.

This commit is contained in:
20kdc 2017-03-13 17:42:34 +00:00
parent 6ff93ed7d8
commit d7bd17ca93
1 changed files with 6 additions and 3 deletions

View File

@ -596,10 +596,13 @@ openDialog("Welcome to KittenOS", "~welcome",
--2345678901234567890123456789012
"Alt-(arrow key): Move window. " ..
"Alt-Enter: Start 'launcher'. " ..
"Tab: Switch window. " ..
"Shift-C will generally stop apps" ..
" which don't care about text, or" ..
" don't want any text right now. " ..
"Tab: Switch window.")
" which don't care about text. " ..
"On a Tier 1 RAM, use Lua 5.3 -- " ..
" you can do this by shift-using " ..
" your computer's CPU. ")
-- main WM
local isAltDown = false