summaryrefslogtreecommitdiffstats
path: root/src/lua.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-03-18 22:38:54 -0300
committerandmarti1424 <andmarti@gmail.com>2017-03-18 22:38:54 -0300
commit4b7d30f27f6fe5cab2707c812ab56d4b65df023d (patch)
tree0b4ec64acbf1f014b0b51b71c8d160243263068e /src/lua.c
parentdc83c14456718e09599dbcbf3e8fc440a0b64955 (diff)
change in bail function
Diffstat (limited to 'src/lua.c')
-rw-r--r--src/lua.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua.c b/src/lua.c
index 6f1b184..09688f9 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -40,6 +40,8 @@ extern WINDOW * input_win;
lua_State *L;
extern SCREEN * sstderr;
+extern SCREEN * sstdout;
+extern char stderr_buffer[1024];
void bail(lua_State *L, char * msg){
/*