File: flag_debugging.lua

package info (click to toggle)
lua-system 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: ansic: 1,500; makefile: 222
file content (7 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
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)