Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Whitespace fix |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | screen-mgr-none-dtach |
Files: | files | file ages | folders |
SHA3-256: |
e7411b636d5321a5517aefa89b0d184d |
User & Date: | tangent 2020-01-26 21:48:14.617 |
Context
2020-01-27
| ||
17:26 | Changed -A mode in the dtach command in bin/pidp8i in SCREEN_MANAGER=dtach mode to -n: when running under systemd, there is no controlling terminal, so there is nothing to detach *from*. tmux and screen handle this automatically, but dtach has to be told. check-in: a7e811e6bf user: tangent tags: screen-mgr-none-dtach | |
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 | |
Changes
Changes to README.md.
︙ | ︙ | |||
786 787 788 789 790 791 792 | 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 Raspbian, this is done by: | | | 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 | 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 Raspbian, this is done by: $ sudo apt install tmux Switching between configured screen managers must be done while the simulator is stopped. [ansit]: https://en.wikipedia.org/wiki/ANSI_escape_code [dtach]: https://github.com/crigler/dtach [gscr]: https://www.gnu.org/software/screen/ |
︙ | ︙ |