The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: aps@ieee.org (Armando Stettner)
Subject: [TUHS] terminal - just for fun
Date: Wed, 6 Aug 2014 09:15:28 -0700	[thread overview]
Message-ID: <D18CC440-8ADA-4ECA-A8F3-5A9ED2B314A1@ieee.org> (raw)
In-Reply-To: <alpine.NEB.2.02.1408060901510.22474@t1.m.reedmedia.net>

My answers, embedded though I'm sure millions will reply.  From my recollection....

  aps



Begin forwarded message:

> From: "Jeremy C. Reed" <reed at reedmedia.net>
> Subject: Re: [TUHS] terminal - just for fun
> Date: August 6, 2014 at 8:26:22 AM PDT
> To: tuhs at minnie.tuhs.org
> 
> On Wed, 6 Aug 2014, John Cowan wrote:
> 
>>> So the model-33 wasn't ASCII?
>> 
>> The keyboard could send all of ASCII except lower-case letters, grave,
>> braces, and vertical bar (i.e. excluding x60 to x7E).  The high-order
>> bit was always set.  Using the paper tape reader and punch, you could
>> transmit arbitrary 8-bit characters.
> 
> I guess it was common to use the Teletype Model 33 independently without 
> any video display. (I read that it could accommodate a modem too.) Did 
> it automatically print to paper everything typed to keyboard in 
> real-time?  Or maybe only when LINE FEED or RE-TURN key was pressed?

The 33 was capable of full-duplex so this depended upon what it was talking to (or how it was optioned).  Teletype did have an OEM acoustically coupled modem on 33's (and 32's??).  In the "barebones" version, they were current-loop machines (make-brake contacts to represent the 1's and 0's for the code).  There was also an OEM option for RS232.


> How would RUB OUT be used when using the sh shell? (I tried looking 
> through the code and manual for some old 32V and previous versions but 
> didn't see code for it yet.)

When you pressed RUBOUT, the 'deleted' character was printed on the paper by the system to which the 33 was connected and removed from the butter (pointer moved backwards, etc.).


> When did the sh shell provide intra-line editing?

I first experienced this with the CSH but maybe there were others before.


> Were the early Unix versions case insensitive? (Like could I run "DaTe" 
> from shell?) If not, how to get the model-33 to work with it?

I recall that there was an STTY command that would allow case to be ignored.  Remember, the shell would look for a file name in a set of directories (later, $PATH) for the file name to fork/exec.

> What about the model-33 printer? Did it print lowercase?

I do not believe so.

> How was the "HERE IS" key programmed? Was it used in Unix?

32's and 33's were focused on Telex and TWX services.  Hence the "HERE IS" (popular with Telex or TWX call initiations) and REPT (I can't recall its meaning but, geez, looks like a request to repeat last transmission or indicating that what follows is a repeat transmission).


> What was the "REPT" key used for?

See above.


> I also noticed there wasn't any tilde key. So I looked at some old Unix 
> code and didn't see tilde used for home directory until 1980 csh. But 
> how was tilde entered for previous uses? (Maybe I just overlooked on 
> keyboard.)

I thought the tilde (~) was used in the C language.  I remember seeing tildes as home directories in V7 or certainly in CSH.  Again, my recollections...

> Was there any concept of intra-line editing when using a model-33 -- but 
> without seeing what is being typed or having it print over (and over) 
> same line content? (I should assume that intra-line editing can only 
> happen on video terminals.)

As implied before, I don't recall any intraline editing (beyond backspacing or erasing-the-last-character commands for those "glass tty's" that could support it) until CSH.

> (My book in progress explains a lot about the history of ex/vi but 
> the earliest version I have is 1.1 which included the support for 
> intra-line editing and even visual mode for HP 2645 and LSI ADM-3A 
> cursor-addressible terminals. I am hoping my book can also introduce the 
> basic usage concepts for readers who have no familiarity with the 
> hardware around then. One of the TUHS list participants and termcap/vi 
> developer already told me some about the hjkl arrow keys, for example.)
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
> 



  reply	other threads:[~2014-08-06 16:15 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  2:56 Doug McIlroy
2014-08-06  6:45 ` arnold
2014-08-06  7:47   ` Dave Horsfall
2014-08-06  9:09     ` Jaap Akkerhuis
2014-08-06 20:43     ` Ronald Natalie
2014-08-06 21:40       ` Mary Ann Horton
2014-08-07  6:44     ` [TUHS] Baudot/ASCII (was Re: terminal - just for fun) Dave Horsfall
2014-08-06 13:22   ` [TUHS] terminal - just for fun John Cowan
2014-08-06 13:44     ` Steve Nickolas
2014-08-06 15:26     ` Jeremy C. Reed
2014-08-06 16:15       ` Armando Stettner [this message]
2014-08-06 20:16         ` Jaap Akkerhuis
2014-08-06 20:32           ` Ronald Natalie
2014-08-06 16:37       ` John Cowan
2014-08-06 17:53         ` scj
2014-08-06 19:44           ` A. P. Garcia
2014-08-06 20:36             ` Ronald Natalie
2014-08-06 20:38           ` Ronald Natalie
2014-08-06 16:49       ` Milo Velimirović
2014-08-06 18:26       ` Mary Ann Horton
2014-08-06 18:48         ` Mary Ann Horton
  -- strict thread matches above, loose matches on Subject: below --
2014-08-04 20:46 Norman Wilson
2014-08-04 21:07 ` Diomidis Spinellis
2014-08-04 19:46 Doug McIlroy
2014-07-31 19:44 Tim Newsham
2014-07-31 22:59 ` Dave Horsfall
2014-08-02 13:30   ` random832
2014-08-01  9:00 ` Dario Niedermann
2014-08-01 15:13   ` Andy Kosela
2014-08-01 15:28     ` Milo Velimirović
2014-08-01 17:50       ` Mary Ann Horton
2014-08-01 17:59         ` Cory Smelosky
2014-08-01 19:59           ` Tim Newsham
2014-08-01 20:11         ` Dave Horsfall
2014-08-01 20:35           ` John Cowan
2014-08-02  1:49             ` Dave Horsfall
2014-08-02  3:27               ` Tim Bradshaw
2014-08-02  3:45                 ` Greg 'groggy' Lehey
2014-08-02  9:24                   ` Tim Bradshaw
2014-08-03  6:47                   ` Dave Horsfall
2014-08-04 18:04                   ` scj
2014-08-04 18:18                     ` Tim Newsham
2014-08-04 18:29                       ` John Cowan
2014-08-04 19:10                         ` Tim Newsham
2014-08-04 19:13                           ` Milo Velimirović
2014-08-04 19:21                             ` Tim Newsham
2014-08-04 18:28                     ` John Cowan
2014-08-05 13:13                       ` arnold
2014-08-05 14:20                         ` John Cowan
2014-08-05 14:46                           ` arnold
2014-08-04 20:15                     ` Jaap Akkerhuis
2014-08-04 20:39                       ` Dave Horsfall
2014-08-02  4:28                 ` Dave Horsfall
2014-08-02  4:46                 ` Warner Losh
2014-08-02 13:22                 ` Nemo
2014-08-02  3:37               ` Greg 'groggy' Lehey
2014-08-02  5:45                 ` Dave Horsfall
2014-08-02  6:09                   ` Greg 'groggy' Lehey
     [not found]               ` <20140802061214.GC13625@mercury.ccil.org>
2014-08-02  6:17                 ` Dave Horsfall
2014-08-02 13:35                   ` Bill Pechter
2014-08-02 14:04                     ` Milo Velimirovic
2014-08-03  2:00                       ` Greg 'groggy' Lehey
2014-08-02 14:30                   ` John Cowan
2014-08-01 21:32           ` Dario Niedermann
2014-08-01 21:38             ` Warner Losh
2014-08-01 21:56               ` Dario Niedermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D18CC440-8ADA-4ECA-A8F3-5A9ED2B314A1@ieee.org \
    --to=aps@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).