aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
1 files changed, 1 insertions, 1 deletions
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