Greg Chapple
Greg Chapple
This could probably be closed off at this stage. This was implemented in #17 I think
Interesting. What is the value of your `$TERM` environment variable?
Hmm. I've tried running this in a few different ways, and I always get the same result which is that `Ctrl-h` and `backspace` are different keys. Can you give some...
@jayrandez the goal would be to get the Rust version working on Windows. My hope for Rustbox in the future would be to drop the C bindings and be entirely...
The issue with windows support is that the underlying C library doesn't have windows support. In order to implement windows support here, the rustbox needs to be re-written to remove...
Sorry for the delay in reviewing this, been a bit short of time recently! I've not had a chance to run this just yet, as soon as I do I'll...
No, there's no `Cell`. Right now Rustbox just wraps the [termbox](https://github.com/nsf/termbox). That library allows you to draw to "cells" at specific X & Y coordinates. Rustbox wraps this with the...
@kisielk I've updated the `NextRuneFuc` method. I've changed it to use recursion, and I think it is much better. Let me know what you think. --- Looking at it again,...
@kisielk the version in the commit, or the one in the comment above?
When I apply the change from the comment, this is the test output: ``` --- FAIL: TestNextWord (0.00 seconds) cursor_test.go:179: Bad cursor line at index 8 &{[32 114 101 116...