amadman

Results 29 comments of amadman

> Hello. Any progress about it? This problem has been raised for more than a month did you change the bundle id in file `bundle_id.bzl`?

should use the `let dbPath = buildSettings.indexDatabasePath`, right?

> I think you need to convert the whole string to a width, not just the glyphs, especially in Unicode which can have reverse text, subscripts etc. > > >...

sorry, this PR does not totally fix the issue. because the space char after every Chinese char engage a cell. I'm not very clear with the logic of the space...

> Thanks for the patch, I think this is a step in the right direction, but I need to rethink a bit this code. yes, I agree with you. And...

The latest version 5.3.0, I set the rendererType to 'dom' with this code `term.options.rendererType = 'dom';`, but the selection function still not work on my iPhone.

> > Given a chinese character that uses more than one cell, and another one, we get two CTRuns, one for the Chinese character, and one that contains both a...

> Perhaps an alternative is to allocate cells when the characters are generated. So when double-width characters like Chinese characters or emoji are produced, I record both the character and...