mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix top screen being cleared when pasting a folder/file
This commit is contained in:
parent
f8f288a9da
commit
cf7c367b36
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user