mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Remove excessive includes from porting.h
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user