Adding custom termcap entries.

2010-04-04 Thread Russell Harmon
the following command, I get errors: # tset -IsQ rxvt-unicode TERM=rxvt-unicode; tset: termcap names not colon terminated: No such file or directory TERMCAP='# -- Russell Harmon RTP Computer Science House

Re: Adding custom termcap entries.

2010-04-04 Thread Russell Harmon
The output of the infocmp command isn't valid in /etc/termcap. It doesn't even use the same syntax! -- Russell Harmon RTP Computer Science House On Sun, Apr 4, 2010 at 05:42, Nicholas Marriott nicholas.marri...@gmail.com wrote: OpenBSD uses its own terminfo database format, but the default

Re: Adding custom termcap entries.

2010-04-04 Thread Russell Harmon
terminfo (so thank you), but there still isn't a termcap entry. The infocmp program outputs a termcap entry, but I'm not sure what to do with it. -- Russell Harmon RTP Computer Science House On Sun, Apr 4, 2010 at 06:01, Nicholas Marriott nicholas.marri...@gmail.com wrote: Sometimes I wonder why I

Re: Adding custom termcap entries.

2010-04-04 Thread Russell Harmon
Thank you, I didn't use the -C option when I originally tried it. -- Russell Harmon RTP Computer Science House On Sun, Apr 4, 2010 at 06:18, Nicholas Marriott nicholas.marri...@gmail.com wrote: If you want termcap as well, do: $ cd /usr/share/misc $ infocmp -C rxvt-unicode termcap $ rm