Skip to content

Commit

Permalink
tabs to spaces (menu.cpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby-R53 authored Jul 8, 2024
1 parent 30fe710 commit c439639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ void ConsolePlayer::consoleTable (player_table_t table)
void ConsolePlayer::consoleRestore ()
{
if ((m_iniCfg.console ()).ansi) {
cerr << '\x1b' << "[?25h";
cerr << '\x1b' << "[?25h";
cerr << '\x1b' << "[0m";
}
}
}

0 comments on commit c439639

Please sign in to comment.