nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] adding a word-completion feature to nano


From: Benno Schulenberg
Subject: Re: [Nano-devel] adding a word-completion feature to nano
Date: Sun, 30 Oct 2016 13:30:42 +0100

On Sun, Oct 30, 2016, at 12:46, Sumedh Pendurkar wrote:
> On Saturday 29 October 2016 02:00 PM, Benno Schulenberg wrote:
> > You cannot check bytes for being word forming, you need to
> > check characters, which means that now and then you have
> > to skip a byte, or two, or three.
>
> For this issue I am planning to use move_mbleft and move_mbright 
> functions that word return no of characters to skipped.

Yes, that sounds right.

> > You need to have libncurses5w or libncurses6w (note the "w")
> > and the corresponding libncurses5w-dev or libncurses6w-dev
> > packages installed.  Please report what you needed to install
> > for configure to pass without error, so I can update README.GIT.
> 
> I had to install libncursesw5-dev..
> That worked.

Okay.  Will change.

Benno

-- 
http://www.fastmail.com - Or how I learned to stop worrying and
                          love email again




reply via email to

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