From 384c546072266bd343f174b39bb74dd01110a222 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Thu, 20 May 2021 20:47:27 +0200 Subject: README.md: Emphasize benefits of line-based approach in motivation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 061ecd1..970a4bf 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,11 @@ support Unicode [\[1\]][variable-width glyphs]. On the other hand, a terminal emulator not supporting ANSI escape sequences can never support TUIs. However, the idea behind `saneterm` is -that terminals shouldn't be used to implement TUIs and should instead -focus on line-based CLIs. +that terminals shouldn't be used to implement TUIs anyhow and should +instead focus on line-based CLIs. By focusing on line-based CLIs, a +variety of features normally implemented in CLI programs themselves +(like readline-keybindings) can be implemented directly in the terminal +emulator. ## Status -- cgit 1.4.1