Re: [RFC 1/1] Emacs-like isearch for mconf.

From: Dirk Gouders
Date: Wed Jun 06 2018 - 19:04:09 EST


Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx> writes:

> On Wed, Jun 06, 2018 at 11:58:55PM +0200, Dirk Gouders wrote:
>> @@ -332,6 +332,7 @@ int init_dialog(const char *backtitle)
>>
>> keypad(stdscr, TRUE);
>> cbreak();
>> + raw(); /* Enable CTRL-sequences*/
>
> Is that a good idea? You probably should mention it in the patch
> description, either way.

Thanks for commenting on that. I planned to explicitely mention it in
0/1 when I coded that function call but forgot it when I finally sent
the mail.

Dirk

>
> Segher