--- Begin Message ---
Subject: |
24.5; [PATCH] term.el doesn't support absolute column movement |
Date: |
Sun, 17 Apr 2016 01:09:24 +0200 |
While testing out a program I noticed it was misbehaving in M-x
ansi-term for the commands using the \e[0G sequence for moving the
cursor to column 0. Apparently this is because it doesn't have any code
branch in `term-handle-ansi-escape' for this case. I've attached a
patch to fix this deficiency.
0001-Support-E-G-sequence-for-absolute-column-movement.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#23303: 24.5; [PATCH] term.el doesn't support absolute column movement |
Date: |
Thu, 21 Apr 2016 19:01:11 +0300 |
> Date: Sun, 17 Apr 2016 01:09:24 +0200
> From: Vasilij Schneidermann <address@hidden>
>
> While testing out a program I noticed it was misbehaving in M-x
> ansi-term for the commands using the \e[0G sequence for moving the
> cursor to column 0. Apparently this is because it doesn't have any code
> branch in `term-handle-ansi-escape' for this case. I've attached a
> patch to fix this deficiency.
Thanks, installed on master.
--- End Message ---