From 3812ec55b1f8f9a35f7eb9786a92360ef7e6e2e1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 18 Feb 2019 22:23:13 -0800 Subject: [PATCH] tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3a3fc56..fcf228b3b 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ the middle of Feb 2018. The following features are done: - [x] Hyperlinks per: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda - [x] Multiple Windows (Hotkey: `Super-N`) - [x] Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[0-9]`) -- [ ] Run on macOS (in progress: use `cargo build --features force-rusttype` for very early version) -- [ ] Run on Windows (in progress: uses rusttype for rasterizing) +- [ ] Run on macOS (in progress) +- [ ] Run on Windows (in progress) There's a good number of terminal escape sequences that are not yet implemented and that will get fleshed out as the applications I use uncover them, or as folks