I have a rxvt file :
$ ls /usr/share/terminfo/r/rxvt
/usr/share/terminfo/r/rxvt

What I haven't is a rxvt-unicode file :
$ ls /usr/share/terminfo/r/rxvt-unicode
ls: cannot access /usr/share/terminfo/r/rxvt-unicode: No such file or directory

So the solution I found is to set TERM=rxvt, then create my rxvt-unicode file 
with 'infocmp' and 'tic' commands.

The problem is : I want the long commands are on multiple lines (not on a 
single line).

A first solution is to set TERM=vt100.

But I prefer an other solution by using a terminfo file.

Can you help me to create this file ?

----- Mail original -----
De: "Zsbán Ambrus" <[email protected]>
À: "spam spam spam spam" <[email protected]>
Cc: [email protected]
Envoyé: Vendredi 3 Août 2012 13:27:01
Objet: Re: Long commands on multiple lines

On 8/3/12, [email protected] <[email protected]> wrote:
> I have a terminfo entry for my terminal at :
> /home/yugiohjcj/.terminfo/r/rxvt-unicode
>
> If I set TERM=rxvt, then I have this strange behavior (long commands on a
> single line) :(

Try to set TERM=rxvt-unicode instead.  You have an "rxvt-unicode"
terminfo entry, but possibly no "rxvt" terminfo entry.

Ambrus

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to