[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



I'm trying to disable ^G interrupt in my Go program.  (SSTATUS TTYINT 7 NIL)
seems to work fine at the top level, but when I put it in my program then
hitting ^G resulted in ;YOU-RANG and ;BKPT *RSET.  The first part sounds
like something I wrote, but I checked (STATUS TTYINT 7) and it's still
NIL, which I thought should disable the ^G interrupt.  What am I doing
wrong?  (To see this, :LISP REM;REM LISP then (Q 5) then hit ctrl-G.)