Skip to content

Latest commit

 

History

History

nurses_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

original documentation

typical import

import wcwidth
import termios
import tty
import numpy
import nurses_2

activating raw terminal must be made manually

try:
    import termios
    termios.set_raw_mode()
except:
    pass

after that behaviour should follow native version.

major differences :

  • resizing window event will not happen

changes made https://github.com/pmp-p/nurses_2-wasm/pull/1/files

accessing the async repl while running nurses app:

  • add ?-i ( or #debug for older versions) to url to force interactive mode.

edit this page