diff options
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||