You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
I need to handle terminal resizes in an application I'm working on. How would I go about trapping the SIGWINCH signal? It is not defined in syscall. Do I just define a new signal matching the os.Signal interface and pass it to os/signal.Notify()?
Ian Lance Taylor
unread,
Aug 30, 2012, 3:19:08 PM8/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rob Thornton, golan...@googlegroups.com
It should be defined in the syscall package. What OS are you using?