Alexandre Bury

Results 285 comments of Alexandre Bury

Thanks for the PR! A bit busy right now, should have time to check it out this weekend.

Hi, and thank you for the detailed report! Seems like we're doing something wrong there, will investigate.

Ah yeah we totally assume that any line-breaking character is 1-byte in utf-8... smart... I pushed a tentative fix (and added this as a text case). Though now I see...

Thank you very much for this! I sort of missed the fact that a null byte was valid in a `&str` - indeed it'll cause some trouble in FFI. I...

First, I'm very glad you like this library! Don't hesitate to give feedback on any part you feel deserves more work! My main idea for now is to lock the...

No news yet - I need to find some time to focus on that. In addition to locking `stdout`, another idea might be to buffer the whole screen, and flush...

Wow - awesome! Congratulations! I'll have a look, but it may be a great workaround until we get a better buffering story inside Cursive itself - which might take a...

I'll probably bring this caching system to the core of cursive, where it will apply to all backends. In the meantime, I updated the termion backend to: * Access /dev/tty...

Ah indeed! The menubar is clearly not the most flexible part so far. I'd love to make it more modular and customizable. I haven't thought much about it, so I...

Hi, and thanks for the report! I think it should be possible to make backends configurable, so you could create one pointing to stdin/stdout. (Note that some backends may behave...