[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:54:00 PDT 2022


here's what i have now:

import curses

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

    key = 'press key?'

    while key != 'q':
      try:
        key = stdscr.getkey()
      except:
        pass
      stdscr.erase()
      stdscr.addstr(4, 3, key)
      stdscr.refresh()

curses.wrapper(main)


More information about the cypherpunks mailing list