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-09-03 14:15:56