From 9c547a8645c7c2f752b251b337151f84cb2cc9e1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 14 Jul 2022 13:48:36 -0700 Subject: [PATCH] update seqs --- docs/sequences.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sequences.md b/docs/sequences.md index b6cf219f9..b9aba637c 100644 --- a/docs/sequences.md +++ b/docs/sequences.md @@ -9,7 +9,10 @@ Status meanings: * ✅ - Implementation is complete and considered 100% accurate. * ⚠️ - Implementation works, but may be missing some functionality. The - details of how well it works or doesn't are in the linked page. + details of how well it works or doesn't are in the linked page. In many + cases, the missing functionality is very specific or esoteric. Regardless, + we don't consider a sequence a green checkmark until all known feature + interactions are complete. * ❌ - Implementation is effectively non-functional, but ghostty continues in the face of it (probably in some broken state). * 💥 - Ghostty crashes if this control sequence is sent.