From d242c640137f20d7b93ee9f499ea5506a87eaaf3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 13 Jul 2022 09:47:47 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d775caa9f..b51aaeb71 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The high-level ambitious plan for the project, in order: | # | Step | Status | |:---:|------|:------:| -| 1 | Standards-compliant terminal emulation | ⚠️ | +| 1 | [Standards-compliant terminal emulation](docs/sequences.md) | ⚠️ | | 2 | Competitive rendering performance (not the fastest, but fast enough) | ✅ | | 3 | Basic customizability -- fonts, bg colors, etc. | ❌ | | 4 | Richer windowing features -- multi-window, tabbing, panes | ❌ |