[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GUI emacs:term.el] Possible regression causes word wrapping to brea
From: |
Eli Zaretskii |
Subject: |
Re: [GUI emacs:term.el] Possible regression causes word wrapping to break term display in zsh |
Date: |
Sun, 27 Nov 2016 17:40:17 +0200 |
> From: Nicholas Ochiel <address@hidden>
> Date: Sun, 27 Nov 2016 09:41:08 +0300
> Cc: address@hidden, Dan Nicolaescu <address@hidden>
>
> > Thanks. I think the reason is that term.el's ANSI sequence handler is
> > simply unprepared to deal with the complex commands this plug-in
> > causes zsh to send. As result, term.el becomes confused when text
> > deletion and reinsertion happen at the end of the screen line.
> > Patches to term.el to support that are welcome.
>
> I'll look into what the shell is doing in this case and how term.el is
> handling it. I'll update this thread with any
> progress.
Thank you!