Lots of work on debugging diff xmit

This commit is contained in:
2021-11-21 13:35:39 -05:00
parent 0881e33c6f
commit b19825aaca
23 changed files with 338 additions and 99 deletions

View File

@@ -145,7 +145,7 @@ void LuaConsole::add(std::string line) {
}
} else {
words_.push_back("lua");
words_.push_back(partial);
words_.push_back(util::rtrim(partial));
clear_raw_input();
}
lua_settop(lua_state_, top);