Oh OK. I'll send version2 of this patch that contains comment about these.
2016-03-06 18:49 GMT+09:00 Peter Maydell :
> On 5 March 2016 at 23:50, Ren Kimura wrote:
> > This patch add support of escape sequence "\e[5,6n".
> > This implementation similar to that of linux tty driver.
>
> Could you
On 5 March 2016 at 23:50, Ren Kimura wrote:
> This patch add support of escape sequence "\e[5,6n".
> This implementation similar to that of linux tty driver.
Could you describe what the escape sequences do, please?
(both in the commit message and in a comment in the code).
thanks
-- PMM
This patch add support of escape sequence "\e[5,6n".
This implementation similar to that of linux tty driver.
Signed-off-by: Ren Kimura
---
ui/console.c | 32 +++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/ui/console.c b/ui/console.c
index ae61382.
Signed-off-by: Ren Kimura
---
ui/console.c | 32 +++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/ui/console.c b/ui/console.c
index ae61382..854ec98 100644
--- a/ui/console.c
+++ b/ui/console.c
@@ -757,6 +757,25 @@ static void console_clear_xy(QemuCon