From ed88bfea09b7b4be9b5e9f144e4c37bf32798445 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:08:12 -0500 Subject: Fixed curses compile error introduced in previous commit. --- src/textadept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textadept.c b/src/textadept.c index e8dc5584..43b58f09 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1613,7 +1613,7 @@ static bool init_lua(lua_State *L, int argc, char **argv, bool reinit) { if (platform) lua_pushboolean(L, true), lua_setglobal(L, platform); #if CURSES lua_pushboolean(L, true), lua_setglobal(L, "CURSES"); - show_tabs = 0; // TODO: tabs + tabs = 0; // TODO: tabs #endif const char *charset = NULL; #if GTK -- cgit v1.2.3