Post #1826130
2026-04-30 01:20 UTC
Just saw that they open sourced warp (the terminal that turned into LLM slop) and decided to look at some of the remaining terminal emulation pieces.
There's some *interesting* similarities in the terminal code I've looked at so far:
Warp:
https://github.com/warpdotdev/warp/blob/master/crates/warp_terminal/src/model/ansi/control_sequence_parameters.rs#L15
Alacritty:
https://github.com/alacritty/vte/blob/master/src/ansi.rs#L819
Interesting how quickly an Apache (and in parts MIT) license can turn into AGPL.
#rust #warp #alacritty
Replies (0)
No replies.