Skip to content

Commit

Permalink
fixed printing?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Bezos committed Oct 23, 2024
1 parent 7f7de4d commit 4a66de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ int main() {
std::string hostname = displayInputBox("Please enter the hostname:");
clear();
refresh();

endwin();
// TODO: i have no idea why this prints so weirdly
std::cout << "Drive: " << drive << std::endl;
std::cout << "Locale: " << locale << std::endl;
Expand Down

0 comments on commit 4a66de2

Please sign in to comment.