On 8/2/12, [email protected] <[email protected]> wrote: > I have an unwanted behavior on urxvt v9.15. > > When I type a long command this is what I see : > <nts/downloads/software/qt-all-opensource-src-4.5.3/ > > What I would like is : > spam@machine:~$ ls documents/downloads/software/ > qt-all-opensource-src-4.5.3/ > > As you can see I have the long commands on a single line. > I would like to have long commands on multiple lines.
This usually happens if you do not have a terminfo entry for your terminal, so readline (or another similar library) uses it like a dumb terminal. Try to set TERM=vt100 or TERM=rxvt and start a shell that way to test whether this is the case, and try to install the terminfo file for urxvt (whether globally on the system or for just your user) in the long run. The reason could be something else, like a program (your shell) compiled with incorrect options, but it's very likely not a bug in urxvt in any case. Ambrus _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
