From c02e782b0547dc97b69992f7b3e17bf4efbcfd7a Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Tue, 11 Jun 2024 14:11:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7ae6035..9e78322 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,6 @@ TODO: either pull those into this repo or fork them into their own `htlib` repo. ## Possible future work -Possible future work includes: - * support higher-level "keyboard like" input in the `input` command, e.g. parse any string in the form of "" and automatically turn it into 0x04 before sending it to the process. * update the interface to return the view with additional color and style information (text color, background, bold/italic/etc) also in a simple JSON format (so no dealing with color-related escape sequence either), and the frontend could render this using HTML (e.g. with styled pre/span tags, similar to how asciinema-player does it) or with SVG. * support subscribing to view updates, to avoid needing to poll (see [issue #9](https://github.com/andyk/ht/issues/9))