Results 841 comments of Christian Duerr
trafficstars

> I think it'll be fine as long as it's in the extra data? Though, we might slightly tune it to reduce the boilerplate to write cow stuff correctly. Yeah...

Not a fan of this **at all**. Why do you want this?

> mostly because it started to get used in toolkits. Which one?

Curious what you're parsing APC escapes for.

Yeah that's fair. That shouldn't be difficult to add tbh, it mainly doesn't exist yet because I've had no use for it so far. Are you interested in implementing this...

@John-Toohey If you have an Alacritty revision that is built against this, could you put that up in a draft PR on the Alacritty repo? That way I can easily...

I've looked into this a little bit and the solution is likely to move the [unicode parser table definitions](https://github.com/alacritty/vte/blob/master/src/table.rs#L24-L29) from the `Ground` state to the `Anywhere` state. I'd have to...

> Would it make more to have an option to add an additional line at a user-specified time (e.g. 16.666ms)? Do you mean drawing a separate vertical line in the...

What I want is basically 2), so I can have something I can store on a struct and drop manually whenever I want. The code in your second example is...

> See how it creates the variable _profiler_scope. There's no way to access that because of hygiene. Why not? If you change it to double brackets so you have a...