Skip to content
  • Daniel Selifonov's avatar
    Added quasiscreen implementation that doesn't require connecting to an os.File... · 690b5abe
    Daniel Selifonov authored
    Added quasiscreen implementation that doesn't require connecting to an os.File or /dev/tty, but can work with any io.ReadCloser/io.WriteCloser pair with a manually specified term type. This implementation is otherwise lifted from the tscreen implementation, with only minor changes. This quasiscreen is intended for creating e.g. remotely accessed terminal applications over the network/telnet/SSH.
    690b5abe