Jin Kim

Results 15 comments of Jin Kim

@jzsfkzm Good idea. But there is a strange situation using blessed. git-commander is stuck when using async functions. And it's released when I press a key. It's why I use...

Actually I faced the problem too. And C-c is also a problem. :-( So, I've thinking which is better; Adding config or Change default keys. What do you think?

@jzsfkzm @arozwalak I see. Actually, if we make this configurable, then easy to change the default keys. Thanks!

I couldn't reapear this. Could you plz reinstall it?

hmm.. it's weird. I'm always connected on the network. I'll keep try to find why.

I've finding a proper solution. We can using https://github.com/slap-editor component but it's very big project than GC. So, maybe I need to implement cursor behavior simply.

I made a patch of blessed for this. https://github.com/chjj/blessed/pull/156 When this patch will be approved, it'll be fixed.

@chjj I've test surrogate and combining functions but it did't works well. So, I just check character width and it works almost cases for CJK. There is a known bug...