Paul Evans
Paul Evans
Other thoughts (copied from IRC) on the subject of inheritable fields: If inheritable fields exist, they provide a way for subclasses to provide different initialisation expressions for fields: ``` class...
https://github.com/leonerd/perl5/blob/feature-class/t/class/field.t#L54
There's plenty of MOP thoughts already, in https://metacpan.org/pod/Object::Pad::MOP::Class and the related ::Slot and ::Method.
The API proposed in #63 probably handles most of this quite nicely.
What's the overall status here then? The original subject is about forwarding unrecognised sequences - I'm fairly sure libvterm already has facility to do that now. Is there something still...
> Are these facilities documented somewhere? How can I learn about it? The `VTermStateFallbacks` structure in include/vterm.h
I have no idea what `imgcat` is. Is it supposed to be outputting OSCs? I'll need some more reference to understand all this.
I don't know whether https://github.com/eddieantonio/imgcat is the same one, but for that I notice that it only outputs OSCs when talking to a real iTerm2. When talking to some other...
Hi all. Quick placeholder reply to say as libvterm's original author I've been reading and following along. I'll write up a more detailed reply in a bit...
Yeah personally I have my controlling terminal set to not bother sending Shift-Space anyway, which does have the slight downside that you can't even type it if you want. A...