OurSelf-Systems / Psyche

Self "hypervisor" "os" (sorta). See also Psyche-Builder
GNU Affero General Public License v3.0
0 stars 0 forks source link

^C stops world in Console #2

Closed russellallen closed 2 months ago

russellallen commented 2 months ago

When a console for a hosted world is opened in a browser (dtach->ttyd->browser) then ctrl-c will kill the world rather than opening the Self VM repl.

russellallen commented 2 months ago

Fixed - needed to change pathway from:

browser -> ttyd -> dtach -> jail -> self

to:

browser -> ttyd -> jail -> dtach -> self

https://github.com/OurSelf-Systems/Psyche/commit/2097381ff5443caf26a80359f96e9462411279aa