mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-12 09:11:54 +00:00
From what I understand, we shouldn't need both `\x1B[2J` and `\x1B[3J` sequences to clear everything, but xterm.js would not correctly clear the visible region with only `\x1B[3J`. So, we have both.