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

Re: Signal handling/zcurses



On Apr 20,  9:22pm, Anthony Charles wrote:
}
} About the loop, it's as follow :
}  while zcurses input $main_screen inp spe_inp
}  do
} 	...
}  done

Looking at Src/Modules/curses.c ... this is implmented using one of
wget_wch() or wgetch() depending on the version of libcurses that is
linked.

So in all likelihood it's somewhere in libcurses that this is getting
interrupted, and it's unclear whether there's any way for the caller
to determine why that call failed and thereby decide to retry it.



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