From 910fddc2f168b0b96a07fd649658ad9fec1ddce3 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 20 Jun 2021 10:22:49 -0400 Subject: [PATCH] strengthen query claim in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72e7846c4..73b0e2030 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ to breaking under incorrect `TERM` values. If you're not using `xterm`, your * **Q:** How about *arbitrary image manipulation here* functionality? **A:** I'm not going to beat ImageMagick et al. on image manipulation, but you can load an `ncvisual` from RGBA memory using `ncvisual_from_rgba()`. -* **Q:** My program locks up during initialization. **A**: Notcurses interrogates the terminal. If the terminal doesn't reply to standard interrogations, file a Notcurses bug, send upstream a patch, or use a different terminal. Generally, only old and unsupported terminal emulators exhibit this behavior. +* **Q:** My program locks up during initialization. **A**: Notcurses interrogates the terminal. If the terminal doesn't reply to standard interrogations, file a Notcurses bug, send upstream a patch, or use a different terminal. No known terminal emulators exhibit this behavior. * **Q:** How do I mix Rendered and Direct mode? **A:** You really don't want to. You can stream a subprocess to a plane with the `ncsubproc` widget.