[ot][spam][crazy][is it appropriate to direct disruption towards things that have been heavily disrupted?]

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Wed Jun 22 06:50:02 PDT 2022


Here are some pasted together snippets from the tutorial. i don't
imagine copypasta to actually work.

import curses

def main(stdscr):
    stdscr.nodelay(True)
    stdscr.clear()

    while True:
      try:
        key = stdscr.getkey()
      except:
        key = 'press key?'
      stdscr.addstr(4, 3, key)
      stdscr.refresh()

curses.wrapper(main)


More information about the cypherpunks mailing list