Lots of work on debugging diff xmit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user