All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ren Kimura <rkx1209dev@gmail.com>
To: kraxel@redhat.com
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/1] ui/console: add escape sequence \e[5, 6n
Date: Wed,  9 Mar 2016 04:51:20 +0900	[thread overview]
Message-ID: <1457466681-7714-1-git-send-email-rkx1209dev@gmail.com> (raw)


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	other threads:[~2016-03-08 19:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08 19:51 Ren Kimura [this message]
2016-03-08 19:51 ` [Qemu-devel] [PATCH v3 1/1] ui/console: add escape sequence \e[5, 6n Ren Kimura
2016-03-09  9:01 ` [Qemu-devel] [PATCH v3 0/1] " Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457466681-7714-1-git-send-email-rkx1209dev@gmail.com \
    --to=rkx1209dev@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.