aboutsummaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorThijs <thijs@thijsschreijer.nl>2024-06-03 21:46:04 +0200
committerThijs <thijs@thijsschreijer.nl>2024-06-03 21:46:04 +0200
commit98d68962584970bd467ab53b1d74cda46e322b15 (patch)
treecadb863507dc0728b76b8bee8bd7d2eaea1bc00c /src/term.c
parent56db1511baeb0376a12915c69c1552b04010c26f (diff)
downloadluasystem-98d68962584970bd467ab53b1d74cda46e322b15.tar.gz
luasystem-98d68962584970bd467ab53b1d74cda46e322b15.tar.bz2
luasystem-98d68962584970bd467ab53b1d74cda46e322b15.zip
fix docs, merging modules
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 7020f09..79fb801 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1,7 +1,10 @@
1/// @submodule system 1/// @module system
2 2
3/// Terminal.
3// Unix: see https://blog.nelhage.com/2009/12/a-brief-introduction-to-termios-termios3-and-stty/ 4// Unix: see https://blog.nelhage.com/2009/12/a-brief-introduction-to-termios-termios3-and-stty/
5//
4// Windows: see https://learn.microsoft.com/en-us/windows/console/console-reference 6// Windows: see https://learn.microsoft.com/en-us/windows/console/console-reference
7// @section terminal
5 8
6#include <lua.h> 9#include <lua.h>
7#include <lauxlib.h> 10#include <lauxlib.h>