Official NuTyX forums

Help => Tips and Tricks => Topic started by: cdrw on Thu Apr 05 18:37:59 2018

Title: mc + ncurses-6.1
Post by: cdrw on Thu Apr 05 18:37:59 2018
I noticed that midnight commander does not work correctly with the ncurses-6.1 package. Returned to version 6.0. Everything turned out well.
Title: Re: mc + ncurses-6.1
Post by: cdrw on Fri Apr 06 15:03:29 2018
To enable the mode 256 colors had to recompile midnight commander with the option

--with-screen=ncurses

on the option

...
# Depends on: pcre glib gpm perl
...
--with-screen=slang
Title: Re: mc + ncurses-6.1
Post by: fanch on Sun Apr 08 08:16:21 2018
hello cdrw,

with this new option, do you recompile mc with ncurses 6.1 ?

Title: Re: mc + ncurses-6.1
Post by: cdrw on Sun Apr 08 18:52:36 2018
The order of installation of packages like this.
In the Midnight Commander window the mouse biter didn't work.
I replaced the ncurses version from 6.1 to 6.0.
The mouse began to work. But Midnight Commander did not understand the color schemes of 256 colors.
I installed Slang and recompiled Midnight Commander with the --with-screen=slang option.
After that, Midnight Commander works as I need.
Title: Re: mc + ncurses-6.1
Post by: cdrw on Sun May 27 11:15:49 2018
Installed Nutyx-10.2. The error with ncurses is the same. Recompiled mc with the - slang option.

(https://s8.hostingkartinok.com/uploads/thumbs/2018/05/4b8ea0a115a572a420a5f2a2b71405c2.png) (https://hostingkartinok.com/show-image.php?id=4b8ea0a115a572a420a5f2a2b71405c2)
Title: Re: mc + ncurses-6.1
Post by: Thierry on Sun May 27 20:11:42 2018
Thanks a lot for your feedback.

I finally commit as you recommended, you can test it on development branch
Title: Re: mc + ncurses-6.1
Post by: cdrw on Thu May 31 15:27:35 2018
I was convinced that Pkgfiles was to blame. I copied a package from Slackware64 (http://my-files.ru/mz4zkr), it works. I will look further.