We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9298b commit 8e999ebCopy full SHA for 8e999eb
tiny.lua
@@ -7,9 +7,15 @@
7
if API == 'stead3' then
8
require 'tiny3'
9
local instead = std '@instead'
10
+ local iface = std '@iface'
11
instead.restart = instead_restart
12
instead.menu = instead_menu
13
instead.savepath = function() return "./" end
14
+ function iface:em(str)
15
+ if type(str) == 'string' then
16
+ return '/'..str..'/'
17
+ end
18
19
std.mod_start(function()
20
std.mod_init(function()
21
std.rawset(_G, 'instead', instead)
0 commit comments