Daniel Sabelnikov
Daniel Sabelnikov
Yeah, I thought so to. This is more like temporal quick fix. It fixes issues like https://github.com/neovim/neovim/issues/2048 and others. But implementing all possible combinations for libtermkey would be awesome (keys...
Most of the values are single, so returning array for each value is not very useful. Moreover, if we keep strings for single-value tags, the majority of existing code will...
@drewish I think if we'd change it to return (and expect) tags as a single string with comma-separated values, we'd have the same functionality and backward compatibility, except for the...
Hi This is issue is also crucial to me. @jlocke2, @kentmw I agree that you should trigger `input` in `_processKey`, `change` should be triggered on blur (but only when value...