PDP-10 / its

Incompatible Timesharing System
Other
856 stars 81 forks source link

(SSV) MSE - Imlac multiple-screen program #1398

Open larsbrinkhoff opened 5 years ago

larsbrinkhoff commented 5 years ago

From "A Dynamic Debugging System for MDL", by @jmberez:

The terminal most commonly used by users of the Dynamic Modeling System is the IMLAC PDS-1. This is a minicomputer capable of having programs loaded into it from the PDP-10 host computer. One program written for it by Dave Lebling is MSC, a multiple-screen terminal program. Up to four virtual screens (or pages) can be created that will individually operate like the actual screen area of the standard terminal program (SSV). Output may be directed toa ny one of the screens and any screen may be visible or invisible at any instant of time, at the programmer’s option. Selection of screen is controllable either by program from the host or locally by the user.

larsbrinkhoff commented 5 years ago

SSV is issue #1001.

larsbrinkhoff commented 5 years ago

The INIT program knows about an Imlac program called MSE, but not MSC.

larsbrinkhoff commented 4 years ago

.INFO.; SSV RECENT calls this SSVMSE.

larsbrinkhoff commented 4 years ago

MSB; SSVMSE 3

TITLE SSV 38

; Written for PDS-1D compatible IMLACs, uses DMS display addressing
; modification.  Includes ARDS graphics simulator.

; 38 (04/16/77) aren't Software TTY's wonderful?
; 37 (02/18/77) aren't TV's wonderful?
; 36 (10/26/76) macro keys
; 35 (05/06/76) Bugs in SSVSAI wrt ESC.
; 34 (02/09/76) CSIZE hacking.
; 33 (10/04/75) Really-truly overlays.
; 32 (07/24/75) Audible bell, movable right margin, case shifting.
; 31 (03/31/75) SSVMSE lives again! BUFCK bug fixed.