Before when I issued the 'change' command to edit it would clear the screen and display the file, or at least the top screen full.P.s. I have finally set the date properly - I am living big in 1995!
Now it just types the file out and the cursor keys do not move me to parts of the file.
I have checked and my show terminal/full still shows I am on a 'scope' and my terminal type is 'vt100' which should work with telnet under Linux.
What did I do? How do I undo it?
I may have stumbled on a workaround - I was doing this in my own login.com:
set terminal/type=6
I changed it to:
set terminal/device=vt100
Now edit is happy again...
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote:
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder what /inquire will make of that :^)
I am setting up my other laptop with an external keyboard and mouse so I have a numberpad, so far it looks like my f1 key is the gold key... I don't suppose anyone sells a VT100 clone these days.
On 8/31/23 11:21, Ronald Hudson wrote:
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote:
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
It should work fine, and should pick it up as a VT100.
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote:
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder what /inquire will make of that :^)
I am setting up my other laptop with an external keyboard and mouse so I have a numberpad, so far it looks like my f1 key is the gold key... I don't suppose anyone sells a VT100 clone these days.
My 'terminal' is a Linux box running a terminal emulator. I wonder what /inquire will make of that :^)
On 8/31/2023 11:21 AM, Ronald Hudson wrote:
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote:
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
That is up to the terminal emulator. By default Putty returns
"PuTTY" but it can be anything you want.
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
It should work fine, and should pick it up as a VT100.
He didn't say what terminal emulator he is using. :-)
I am using both Putty and the Konsole program (which Is the native terminal program for KDE).He didn't say what terminal emulator he is using. :-)
I just found in Putty there is a setting under 'Keyboard' (I think) that lets you specify VT100 keycodes.
I have worked up a cheat sheet for Putty/VT100 when using EDIT *change mode. How can I attach it (it is in LibreOffice write
I am using both Putty and the Konsole program (which Is the native terminal program for KDE).He didn't say what terminal emulator he is using. :-)
Further detail, but I think I am repeating myself, I SSH into the server where simh is running. Then from there I Telnet localhost 10000 and I am connected to one of the DZs then I seem to have to hit return 2 or 3 times to get the system's attentionwhereupon it asks me for my PPN.
On 8/31/23 15:26, Ronald Hudson wrote:whereupon it asks me for my PPN.
Further detail, but I think I am repeating myself, I SSH into the server where simh is running. Then from there I Telnet localhost 10000 and I am connected to one of the DZs then I seem to have to hit return 2 or 3 times to get the system's attention
Why don't you just telnet directly to the machine? If it's on the
local network, there shouldn't be any worry of people sniffing packets. Assuming unencrypted telnet.
-Dave
--
Dave McGuire, President/Curator
Large Scale Systems Museum
New Kensington, PA
Remember, you can also do "set terminal/inquire", which will work for >>>>> many terminal types.
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
That is up to the terminal emulator. By default Putty returns
"PuTTY" but it can be anything you want.
How would it return "PuTTY"? The escape sequence to identify a
terminal is not answering with a string. You are probably confusing
this with the terminal name that can be sent as an option in telnet or
ssh sessions.
On the "Terminal" setup screen it says:
Answerback to ^E
and has text block below it with "PuTTY" in it by default.
I just tried it on my Linux box and sending a ^E to putty did, in
fact, return "PuTTY". Windows version did the same. Changing it to
"VT100" caused it to return VT100.
On 2023-08-31 18:34, bill wrote:
On 8/31/2023 11:21 AM, Ronald Hudson wrote:
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote:
Remember, you can also do "set terminal/inquire", which will work for
many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
That is up to the terminal emulator. By default Putty returns
"PuTTY" but it can be anything you want.
How would it return "PuTTY"? The escape sequence to identify a terminal
is not answering with a string. You are probably confusing this with the terminal name that can be sent as an option in telnet or ssh sessions.
With that said, putty probably have some options for setting exactly
what to respond to the escape sequence as well, as there are first of
all the primary response, which is different for a VT100, VT102, VT102, VT200, VT300, VT400 or VT500 (as well as having some other types in
there as well), and then there is the secondary response, which tells if
you have things like AVO, a printer port, can do color, sixel, regis,
and a whole bunch of other things...
Johnny
> My 'terminal' is a Linux box running a terminal emulator. I wonder what
> /inquire will make of that :^)
My xterm, which hasn't been told specifically which type to emulate,
when queried about device attributes, reports:
^[[?64;1;2;6;9;15;16;17;18;21;22;28c
which translates (I think) to:
vt420
132 columns
printer
selective erase
national replacement character sets
technical characters
locator port
terminal state interrogation
user windows
horizontal scrolling
ansi color
rectangular editing
On 8/31/2023 12:50 PM, Johnny Billquist wrote:
On 2023-08-31 18:34, bill wrote:
On 8/31/2023 11:21 AM, Ronald Hudson wrote:
On Thursday, August 31, 2023 at 8:07:34 AM UTC-7, Dave McGuire wrote: >>>>
Remember, you can also do "set terminal/inquire", which will work for >>>>> many terminal types.
-Dave
My 'terminal' is a Linux box running a terminal emulator. I wonder
what /inquire will make of that :^)
That is up to the terminal emulator. By default Putty returns
"PuTTY" but it can be anything you want.
How would it return "PuTTY"? The escape sequence to identify a
terminal is not answering with a string. You are probably confusing
this with the terminal name that can be sent as an option in telnet or
ssh sessions.
On the "Terminal" setup screen it says:
Answerback to ^E
and has text block below it with "PuTTY" in it by default.
I just tried it on my Linux box and sending a ^E to putty did, in
fact, return "PuTTY". Windows version did the same. Changing it to
"VT100" caused it to return VT100.
Interesting. I've never seen an xterm version that identified as a VT420 before.
What version of xterm, on what kind of system?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 353 |
Nodes: | 16 (2 / 14) |
Uptime: | 34:14:35 |
Calls: | 7,648 |
Files: | 12,809 |
Messages: | 5,698,979 |