qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/1] ui/console: add escape sequence \e[5, 6n


From: Ren Kimura
Subject: [Qemu-devel] [PATCH v3 0/1] ui/console: add escape sequence \e[5, 6n
Date: Wed, 9 Mar 2016 04:51:20 +0900

I've moved code block to a new function console_put_one.
If console_putchar will be called directly from console_respond_str, it cause 
some problems. 
For example "\e[0n" should be printed entirely, but on the other hand, almost 
same escape sequence(i.e. in same switch statement)  "\e[5n" should not be 
printed. It's consfusing and not good.
So this way is better I think

Thanks,
 Ren



reply via email to

[Prev in Thread] Current Thread [Next in Thread]