Post B5oHjVRsLAzh63kzWC by UndeadLeech@fosstodon.org
 (DIR) More posts by UndeadLeech@fosstodon.org
 (DIR) Post #B5oHjV2Ls4Zrotobjc by UndeadLeech@fosstodon.org
       1 likes, 2 repeats
       
       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#L15Alacritty:https://github.com/alacritty/vte/blob/master/src/ansi.rs#L819Interesting how quickly an Apache (and in parts MIT) license can turn into AGPL.#rust #warp #alacritty
       
 (DIR) Post #B5oHjVRsLAzh63kzWC by UndeadLeech@fosstodon.org
       1 likes, 1 repeats
       
       Decided to reach out to Warp, let's see what they think about this:https://github.com/warpdotdev/warp/issues/9522