Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Markdown fix |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | screen-mgr-none-dtach |
Files: | files | file ages | folders |
SHA3-256: |
936d63bd1ce56d302937d88ff08c09f2 |
User & Date: | tangent 2020-01-26 21:47:37.929 |
Context
2020-01-26
| ||
21:48 | Whitespace fix check-in: e7411b636d user: tangent tags: screen-mgr-none-dtach | |
21:47 | Markdown fix check-in: 936d63bd1c user: tangent tags: screen-mgr-none-dtach | |
21:46 | Improved explanation of new SCREEN_MANAGER=dtach option. check-in: 02377ee417 user: tangent tags: screen-mgr-none-dtach | |
Changes
Changes to README.md.
︙ | ︙ | |||
776 777 778 779 780 781 782 | use of a smart terminal, there’s a good chance it wants something else, such as a [Tek 4010][t4010] series terminal. These ANSI screen managers can therefore get in the way and mess things up. `dtach` doesn’t interfere with terminal escape code handling; thus this option. | | | 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 | use of a smart terminal, there’s a good chance it wants something else, such as a [Tek 4010][t4010] series terminal. These ANSI screen managers can therefore get in the way and mess things up. `dtach` doesn’t interfere with terminal escape code handling; thus this option. * **<tt>none</tt>**: Effectively aliases the `pidp8i` and `pidp8i start` commands, attaching the simulator to the local console. The `pidp8i stop` command becomes a no-op, since stopping the simulator is then done in the standard SIMH way: <kbd>Ctrl-E, quit</kbd>. Note that the alternative screen managers are not installed by default. If you set `SCREEN_MANAGER=tmux`, you must then ensure that `tmux` is in fact installed before the `pidp8i` script goes to try and use it. On |
︙ | ︙ |