Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] vi weird when I ssh to one machine
- Date: Wed, 10 Feb 2021 11:24:39 +0900
- From: "Stephen J. Turnbull" <turnbull.stephen.fw@example.com>
- Subject: Re: [tlug] vi weird when I ssh to one machine
- References: <420c0750-b78f-a51c-c7ff-e8e6945b9f84@dcook.org> <20210205222718.GA18140@fluxcoil.net> <24606.21289.40467.646036@turnbull.sk.tsukuba.ac.jp> <f45e149e-f166-49e0-78bb-90d96e06f004@dcook.org>
Darren Cook writes: > I'm comparing ssh sessions on two machines, and both are: > > TERM=xterm-256color > SHELL=/bin/bash > > The client machine also has exactly the same. > > Scott wrote: > > I first set it as TERM=vt100, otherwise I get various error messages,... > > Ooh, this works. This means that the terminal that you're using doesn't understand xterm-256 control sequences. That's hard-coded into the terminal.[1] What terminal are you using? Does it advertise xterm-256 compatibility in the documentation? Steve Footnotes: [1] That's why this is traditionally called "TERMinal CAPabilities" rather than "TERMinal PROTOcol" -- the terminal either has or doesn't have a capability, and the application needs to know that *first*. Once you know the terminal can perform an operation, then it makes sense to ask how to do it, and to keep both the capability boolean and the protocol in the same database.)
- Follow-Ups:
- Re: [tlug] vi weird when I ssh to one machine
- From: Darren Cook
- References:
- [tlug] vi weird when I ssh to one machine
- From: Darren Cook
- Re: [tlug] vi weird when I ssh to one machine
- From: Christian Horn
- Re: [tlug] vi weird when I ssh to one machine
- From: Stephen J. Turnbull
- Re: [tlug] vi weird when I ssh to one machine
- From: Darren Cook
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] vi weird when I ssh to one machine
- Next by Date: Re: [tlug] vi weird when I ssh to one machine
- Previous by thread: Re: [tlug] vi weird when I ssh to one machine
- Next by thread: Re: [tlug] vi weird when I ssh to one machine
- Index(es):