Skip to content
Snippets Groups Projects
Commit e8838002 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use the new console.flush() method.

This speeds up the display immensely without distracting artifacts
(yay!)
parent 515ae400
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -264,6 +264,7 @@ else {
w('\x1b_SyncTERM:P;Paste;SX='+(pos.x - 4)+';SY='+(pos.y - 4)+';SW='+(imgdim.width + 8)+';SH='+(imgdim.height + 8)+';DX='+(pos.x - 4)+';DY='+(pos.y - 4)+';MBUF;MY=64\x1b\\');
remain = 10; // Minimum wait... will likely be longer though.
while (console.output_buffer_level) {
console.flush();
mswait(1);
remain--;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment