emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#23303: closed (24.5; [PATCH] term.el doesn't suppo


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23303: closed (24.5; [PATCH] term.el doesn't support absolute column movement)
Date: Thu, 21 Apr 2016 16:02:01 +0000

Your message dated Thu, 21 Apr 2016 19:01:11 +0300
with message-id <address@hidden>
and subject line Re: bug#23303: 24.5; [PATCH] term.el doesn't support absolute 
column movement
has caused the debbugs.gnu.org bug report #23303,
regarding 24.5; [PATCH] term.el doesn't support absolute column movement
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23303: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23303
GNU Bug Tracking System
Contact address@hidden with problems
--- 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.

Attachment: 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 ---

reply via email to

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