Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2003 01:04:25 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: rxvt and '(' erase2 char (was: Re: Nomad MuVo)
Message-ID:  <20030822010156.K2916@root.org>
In-Reply-To: <1061538603.97293.2.camel@pyanfar.ece.cmu.edu>
References:  <20030821224646.A2309@root.org> <20030821230344.7560c82b.xcas@cox.net> <1061538603.97293.2.camel@pyanfar.ece.cmu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Aug 2003, Brandon S. Allbery KF8NH wrote:
> On Fri, 2003-08-22 at 07:15, Nate Lawson wrote:
> > correct before.  BTW, has anyone ever seen a problem where pasting to rxvt
> > eliminates all open parens "(" and the character immediately before?
> > That happened yesterday.
>
> Dunno about rxvt per se, but wterm (which is derived from rxvt source)
> from ports likes to set the "erase2" terminal character to '('.  I've
> been working around it in my .zshenv.

Ah, excellent.  Yes, stty -a shows the same thing for rxvt.  What a load
of crock.  Is it a problem with our xterm termcap or rxvt?

cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^?; erase2 = (; intr = ^C; kill = ^U;
        lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
        status = ^E; stop = ^S; susp = ^Z; time = 0; werase = ^W;

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030822010156.K2916>