Results 146 comments of Erlend

@mqudsi i see your point and i'm not really opposed to mouse support, but have you tried enabling line numbers `set numbers` or `set nu` and go to line using...

It seem like [libtickit](http://www.leonerd.org.uk/code/libtickit/) also have [mouse](http://www.leonerd.org.uk/code/libtickit/doc/tickit_term_emit_key.3.html) support, and is more up to [date](https://github.com/leonerd/libtickit). Replacing libtermkey has been [discussed](https://github.com/martanne/vis/issues/250) before, but maybe it would make sense to replace it only...

i think the latest Unicode version in use is 15.1 (16 is in draft) https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt

I'm making a script like that myself for my Dart vi-like editor [vid](https://github.com/erf/vid) . BTW beware the format has changed slightly with the "W" in a different place

It seems like a great language I'd like to explore ! Although it might still be in a early stage in regards of libraries etc.

I definitely can see the potential, although I've only recently started looking into it. I do have a lot of things going on right now, so not sure how much...

I'm thinking more for a desktop app, then you'd have enough space to show both, but you still might want to hide some menues, and just to show a leaflet...

Yeah that would be nice.. But the hot thing now it seems, is rendering vector tiles client side using opengl, mapbox are making some libs for this.. I believe the...

It works if i set the `DebugProfile.entitlements` `com.apple.security.app-sandbox` to `false` .. but as I'd like to support the app on App Store it need to be in sandbox mode, so...