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

Re: Solved: Emacs/gdb troubles



On 1 Mar 1996, Kai Henningsen wrote:
> >From way back when I compiled that thing myself, I seem to remember  
> there's some way to have ncurses generate a termcap file from its terminfo  
> db. Maybe we should investigate this. (Or the maintainer of ncurses  
> should.)

find /usr/lib/terminfo \( -type f -o -type l \) -printf '%f\n' | \
  xargs -n 1 infocmp -C -r

btw, why does ncurses install a terminfo library in /etc and in
/usr/lib?

Guy


Reply to: