qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/1] ui/console: add escape sequence \e[5, 6n
@ 2016-03-08 19:51 Ren Kimura
  2016-03-08 19:51 ` [Qemu-devel] [PATCH v3 1/1] " Ren Kimura
  2016-03-09  9:01 ` [Qemu-devel] [PATCH v3 0/1] " Gerd Hoffmann
  0 siblings, 2 replies; 3+ messages in thread
From: Ren Kimura @ 2016-03-08 19:51 UTC (permalink / raw)
  To: kraxel; +Cc: qemu-devel


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-09  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 19:51 [Qemu-devel] [PATCH v3 0/1] ui/console: add escape sequence \e[5, 6n Ren Kimura
2016-03-08 19:51 ` [Qemu-devel] [PATCH v3 1/1] " Ren Kimura
2016-03-09  9:01 ` [Qemu-devel] [PATCH v3 0/1] " Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).