thibault
thibault
In dire need of this too !
I encountered the same problem, It would be nice to be able to use `@Expose()` at the class level, instead of having to decorate each property.
isn't this for recognizing signal input on stdin ? I might've explained myself poorly. Currently, rustyline never yields, and remains ''stuck'' on waiting for input, what I'd like rustyline to...
I mean yeah, if it feels more in tune with rustyline philosophy. Should the dev explicitly use an emulate method from the public api or should sending a "Ctrl-C" &str...
tried something for unix (that doesn't work yet lol ) : https://github.com/eldoccc/rustyline/blob/key-emulation/src/tty/unix.rs#L1510 I just wanna know if that how you meant it
yes it's good on my end, work as i'd hoped 🚀
> If not, maybe try to close `StdIn` or send a signal (currently, `rustyline` only listen to `SIGWINCH`) ? listening for SIGINT would be it right ?
thanks for this