Skip to content

Commit a132ff3

Browse files
committed
fix for macos
1 parent 60e3d95 commit a132ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/startmenu.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ void title_screen()
3434
\ \:\ \ \:\ \ \:\/:/ \ \::/ \ \:\/:/ \ \:\/:/ \ \:\ \__\/ /:/
3535
\__\/ \ \:\ \ \::/ \__\/ \ \::/ \ \::/ \ \:\ /__/:/
3636
\__\/ \__\/ \__\/ \__\/ \__\/ \__\/ )";
37+
38+
//Sets terminal size to 32 lines, 118 columns.
39+
cout << "\e[8;32;118t";
40+
clrscr();
3741
#elif __APPLE__
3842
cout << "THE DEEPS";
3943
#else
@@ -54,10 +58,6 @@ bool start_menu()
5458
{
5559
char c;
5660

57-
//Sets terminal size to 32 lines, 118 columns.
58-
cout << "\e[8;32;118t";
59-
clrscr();
60-
6161
title_screen();
6262

6363
cout << "\nWhat will you do?" << endl

0 commit comments

Comments
 (0)