Results 100 comments of Adam

Yes, returning an error is OK in that case. `self->first_line` should never be non-NULL if the library is being used properly. To guard against a segfault if someone passes in...

@proh14 Let me know when you'd like me to review / merge. No rush. Your call. Thank you again for your contributions.

Thanks again @proh14. I'll review soon.

All merged. Just neatened 1 or 2 things up. Thank you again @proh14.

cc @emersion @AeliusSaionji if you'd like to review

Hello, can you elaborate? Isn't Ripcord another Discord client? I'm confused how it's related to irslackd. Thank you.

Hi, thanks for the idea. If we expose an API function to set `vcol`, you could write this as a Lua plugin. However, I have some heavy refactoring planned for...

Interesting, I saw your latest commits on the repo. Is WASIX solving your problem? I posted a PR for [Windows support](https://github.com/termbox/termbox2/pull/123) this evening. It's relevant because Windows also lacks `termios.h`....

I tried running through termbox2-wasm-test and got different [output](https://gist.github.com/adsr/56f948e976a69aeb8839a29789b2537c), including a segfault if I ran it with the v8 runtime. I tried stepping through the coredump with wasmgdb following an...

I'd like to invest some time learning about WASM and JS runtimes before I pick this up again. In the mean-time I'm subscribed to https://github.com/wasmerio/wasmer/issues/5859 and here. Feel free to...