alacritty / vte

Parser for virtual terminal emulators
https://docs.rs/vte/
Apache License 2.0
242 stars 56 forks source link

Migrate ansi mod from alacritty_terminal #75

Closed alesharik closed 1 year ago

alesharik commented 3 years ago

This is continuation of #64 Also this PR:

chrisduerr commented 3 years ago

@alesharik Out of curiosity, do you actually have an application for this personally?

alesharik commented 3 years ago

@chrisduerr Hi, sorry for the delay... Yes, I'm currently using my fork of vte to implement basic terminal in my hobby OS

chrisduerr commented 3 years ago

Do you make use of a custom allocator there, or are you planning to use this without allocator?

alesharik commented 3 years ago

I'm using the crate with custom allocator

chrisduerr commented 3 years ago

Okay, so your usecase would be no_std + alloc then, right?

alesharik commented 3 years ago

Yes, it is

chrisduerr commented 3 years ago

An allocator feature alone might be sufficient in that case. I'm not sure what we need STD for.

alesharik commented 3 years ago

We need std just for Instant struct

chrisduerr commented 3 years ago

That seems like something that could potentially be worked around.

Andy-Python-Programmer commented 1 year ago

Any updates on this? Is this still being worked on?

chrisduerr commented 1 year ago

Is this still being worked on?

I doubt it.