diff options
Diffstat (limited to '')
-rw-r--r-- | src/term.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |