Added coloured output to Ruby, Python and Lua examples
This commit is contained in:
@@ -23,6 +23,10 @@ end
|
||||
|
||||
local function handle_bracket(win, line)
|
||||
prof_win_show(win, "(" .. line .. ")")
|
||||
prof_win_show_red(win, "Red")
|
||||
prof_win_show_yellow(win, "Yellow")
|
||||
prof_win_show_green(win, "Green")
|
||||
prof_win_show_cyan(win, "Cyan")
|
||||
end
|
||||
|
||||
local function cmd_bracket(line)
|
||||
|
||||
Reference in New Issue
Block a user