mirror of
https://github.com/dockur/windows.git
synced 2025-04-05 08:22:02 +00:00
Rm qemu "clearing sceen" terminal control sequences
This commit is contained in:
parent
b7ad0d3d88
commit
84b1c51abf
@ -32,7 +32,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
|
|||||||
terminal
|
terminal
|
||||||
( sleep 30; boot ) &
|
( sleep 30; boot ) &
|
||||||
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
||||||
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
|
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" | sed 's/\x1B\[[=0-9;]*[a-z]//gi' &
|
||||||
wait $! || :
|
wait $! || :
|
||||||
|
|
||||||
sleep 1 & wait $!
|
sleep 1 & wait $!
|
||||||
|
Loading…
Reference in New Issue
Block a user