Fix top screen being cleared when pasting a folder/file

This commit is contained in:
RocketRobz 2020-02-04 18:28:46 -07:00
parent f8f288a9da
commit cf7c367b36

View File

@ -328,9 +328,8 @@ bool fileBrowse_paste(char destPath[256]) {
int optionOffset = 0;
int maxCursors = -1;
consoleClear();
consoleSelect(&bottomConsole);
consoleClear();
printf ("\x1B[47m"); // Print foreground white color
printf(clipboardFolder ? "Paste folder here?" : "Paste file here?");
printf("\n\n");