Lucas Pütz
Lucas Pütz
@zeertzjq Is it possible that you or someone else could take a look at this?
This looks like a regression. From what I can tell the problem occurs because of [this](https://github.com/Iron-E/nvim-libmodal/blob/cbe88095abea73bad359ddab434e0e73d45c68a5/lua/libmodal/Mode.lua#L286). `getchar` will not always return a number (for example, pressing the left arrow key...
Seems like it really is that easy: https://github.com/Iron-E/nvim-libmodal/pull/38 I tested it with my own plugin and it works perfectly again
This can be closed now I believe. Can you still produce the error on master @IkaSek?
@hrsh7th I would really appreciate if you could take a look at this
@hrsh7th ping
@justinmk Yes I am. To be honest I was a bit discouraged to start working on it again by the process of merging my last PR. There was a period...
Coming back to this issue, the problem is that the NPC names are still being rendered using the old text system. So it should be better after I migrate to...
Here is a [reference implementation from zgrf](https://github.com/zhad3/zgrf/blob/master/crypto/source/zgrf/crypto/mixcrypt.d) that I believe is correct
The solution I've had in my head for a while would be to draw a small cirle/elipse along with the actual sprite (in a fixed position) so that we also...