flag_debugging.lua

local sys = require "system"

-- Print the Windows Console flags for stdin
sys.listconsoleflags(io.stdin)

-- Print the Posix termios flags for stdin
sys.listtermflags(io.stdin)
generated by LDoc 1.5.0 Last updated 2024-12-18 02:50:03