Skip to content

Commit

Permalink
Formatting: Run clang-format
Browse files Browse the repository at this point in the history
From Makefile: make fix
  • Loading branch information
eric15342335 committed Jun 17, 2024
1 parent 25d463d commit 2a15d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ void enableWindowsVTProcessing(void) {
std::cout << "Experimental Windows VT processing enabled.\n";
}
void maximizeTerminalScreen_win10(void) {
#ifdef _MSC_VER
#pragma comment(lib, "user32.lib")
#endif
#ifdef _MSC_VER
#pragma comment(lib, "user32.lib")
#endif
/** @note Windows 11 needs to set the default terminal application to Conhost
* to maximize the terminal screen.
* Terminal -> Settings -> Default Terminal Application -> Conhost
Expand Down

0 comments on commit 2a15d3c

Please sign in to comment.