aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 3a30d2b..8c2b87a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -589,7 +589,7 @@ static int lst_tcsetattr(lua_State *L)
589{ 589{
590#ifndef _WIN32 590#ifndef _WIN32
591 struct termios t; 591 struct termios t;
592 int r, i; 592 int r;
593 int fd = get_console_handle(L); // first is the console handle 593 int fd = get_console_handle(L); // first is the console handle
594 int act = luaL_checkinteger(L, 2); // second is the action to take 594 int act = luaL_checkinteger(L, 2); // second is the action to take
595 595