1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove excessive includes from porting.h

This commit is contained in:
sfan5 2024-01-11 10:37:13 +01:00
parent e824e9023f
commit 1ba26d67bd
16 changed files with 26 additions and 11 deletions

View file

@ -280,7 +280,7 @@ void TerminalChatConsole::handleInput(int ch, bool &complete_redraw_needed)
ChatPrompt::CURSOROP_DIR_RIGHT,
ChatPrompt::CURSOROP_SCOPE_LINE);
break;
case KEY_TAB:
case '\t':
// Tab pressed
// Nick completion
prompt.nickCompletion(m_nicks, false);