[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] Vile confused about encoding-related modes after suspend/resu
From: |
Jānis Rūcis |
Subject: |
Re: [vile] Vile confused about encoding-related modes after suspend/resume |
Date: |
Wed, 20 Aug 2008 02:42:49 +0300 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Tue, Aug 19, 2008 at 04:21:23PM -0400, Thomas Dickey wrote:
> On Tue, Aug 19, 2008 at 10:25:12PM +0300, Jānis Rūcis wrote:
> > Hi,
> >
> > After suspending Vile with ^Z and subsequently resuming it from the
> > shell with "fg", any UTF-8 characters are first displayed as random
> > ASCII characters and later (after a redraw-display) as if
> > unicode-to-hex mode had been set. Additionally, entering the same
> > characters in the same buffer results in each _byte_ of the characters
> > being displayed using hexadecimal codes.
>
> :-(
>
> It's relatively simple to fix (though it's in an area where the different
> I/O drivers may differ - long story - so I'll test more):
At a glance, the patch seems to be sufficient in my case. Thanks for
the quick response!