Larry McQueary
Larry McQueary
Raw terminal mode just means no key bindings. From what I see, termbox is only handling SIGWINCH and SIGIO. You could still keybind CTRL-z as SIGTSTP, and install your own...
If you do that, you might want to also handle SIGINT. I notice that top(1) handles both SIGTSTP (CTRL-Z) and SIGINT (CTRL-C) in the usual way. On Thu, Sep 17,...
Ah -- good thing I included that caveat ;) Nice work. On Thu, Sep 17, 2015 at 1:40 PM, Waldemar Quevedo [email protected] wrote: > Thanks @mcqueary https://github.com/mcqueary . Yes the...
@wallyqs did you ever implement this?
@shilov would it be sufficient to list the defaults in the `gnatsd` usage statement (i.e. the output of `gnatsd -h`)? Some of the defaults are already defined there, but not...