Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Signal handling/zcurses



Thanks for the info. Even SIGWINCH breaks the loop and terminate my
script, which is quite annoying.

man 3 getch says about wgetch in portability section that it may not
be interrupted by signals or it may return ERR with errno set to EINTR
depending of the implementation and OS. In my case, on Debian it
seems it's the second choice :)

-- 
Anthony CHARLES



Messages sorted by: Reverse Date, Date, Thread, Author