Dmytro Maluka

Results 310 comments of Dmytro Maluka

One of the problems here is that JSON does not support the `\x` notation, so in bindings.json the raw sequence bindings need to be specified slightly differently: ``` "\u001bOC": "SelectWordRight",...

I'll try to find time to take a close look into it. In the meantime, I think I like the idea of adding `\x` support directly to the json parser...

@blunderful-scripts While micro's existing support for raw escape bindings is indeed not quite perfect and could be improved (e.g. with JoeKar's fixes), I think it would not help you with...

@JoeKar So IIUC, raw escape bindings generally work, they only don't work if the same escape sequence is also recognized as a known key event (and your PR https://github.com/zyedidia/tcell/pull/25 fixes...

Quoting myself: > Yeah, arguably it is a bug: micro does not attempt to properly parse \x-escaped strings, instead it simply relies on the JSON parser which does not support...

> It is not the same sequence though. I get this for LeftArror and Right Arror (checking in raw): Got it. I've been assuming that if the event received by...

> Ok, then another question: is there a way to manually communicate to tcell (or micro) the correct terminal so one of them knows to assign correct actions to correct...

> If Micro has a file open that is modified by another process, and the user clicks back into the Micro terminal window, a prompt to reload the file appears...

It is very likely that it's the same issue as #2991, just triggered in a different way. So you may try compiling micro with the PR #2992 and see if...

If it works well, why not. But I know nothing about windows terminals.