[R] R and xterm

A.J. Rossini rossini at blindglobe.net
Wed Mar 28 15:19:52 CEST 2001


>>>>> "RB" == Ragnar Beer <rbeer at uni-goettingen.de> writes:

    RB> Howdy!  I have a problem that's similar to one discussed
    RB> earlier on the list: When not in xterm all the backspace and
    RB> cursor-movements and stuff are working well. Only when I start
    RB> R in an xterm window backspace appears as ^H and so on. What
    RB> can I do?

So where do you run it when not in an xterm?

I suspect it's a terminfo/termcaps (terminal behavior, and I can never
recall which is being used) problem, not an R problem.  You might try
resetting the terminal prior to running R, i.e.
        TERM=vt100 ; export TERM
from sh/bash/ksh, or 
        setenv TERM vt100
from csh/tcsh etc.

These are suggestions, not guaranteed to work.  You probably want to
use 
        env
to check what your initial TERM setting is.

best,
-tony

-- 
A.J. Rossini				Rsrch. Asst. Prof. of Biostatistics
UW Biostat/Center for AIDS Research	rossini at u.washington.edu	
FHCRC/SCHARP/HIV Vaccine Trials Net	rossini at scharp.org
-------- (friday is unknown) --------
FHCRC: M--W : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy
CFAR:  ??   : 206-731-3647 (fax=3694)|Email is far better than phone
UW:    Th   : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list