Long commands on multiple lines

Marc Lehmann schmorp at schmorp.de
Tue Aug 7 05:07:46 CEST 2012


On Mon, Aug 06, 2012 at 09:21:20PM +0200, spam.spam.spam.spam at free.fr wrote:
> Now I am wondering why "less" and "man" applications use my terminfo entry whereas the "rxvt-unicode" application use the old termcap file to display correctly the long commands...

rxvt-unicode doesn't use terminfo, nor termcap. your shell (e.g.
bash) uses termcap, because whoever provided it (i.e. your gnu/linux
distribution) linked it against the obsolete termcap libraries.

it simply shouldn't do so and use terminfo, like anything else. or the
distro should properly update the termcap file.

this is a recurring issue with at least fedora. debian gnu/linux doesn't have
this issue for example.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\




More information about the rxvt-unicode mailing list