[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug with software compiled from source code
From: |
Rich Coe |
Subject: |
Re: Bug with software compiled from source code |
Date: |
Tue, 11 Apr 2017 22:14:28 -0500 |
On Tue, 11 Apr 2017 20:39:14 -0500
Aiden Loyd <address@hidden> wrote:
> Every time I compile a program from source code that uses the ncurses
> library, it fails to work in those ways. For example, Midnight Commander
> will not respond to the different function keys, has no color, and is just
> unusable.
Can you be more specific?
In your example you use MC and are trying to use function keys.
What terminal were you using? xterm or something else?
I could not reproduce your problem. I performed the following:
git clone git://github.com/MidnightCommander/mc.git
./autogen.sh
./configure --with-screen=ncurses
src/mc
I was able to move up and down with ctrl-n/ctrl-p.
Open a file with F3.
Page up and down, move from file to file.
Close the file with F3.
Close the program with F10.
If there were supposed to be colors, I wouldn't know, I've no idea
what it is supposed to look like.
Rich
--
Rich Coe address@hidden