about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 20:47:27 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 20:47:27 +0200
commit384c546072266bd343f174b39bb74dd01110a222 (patch)
tree1c9c3b6254ed13b733cb5e41a7b93979fccfc5fa /README.md
parent72617ed0e4190bbf92cdac79545af7cdc6406751 (diff)
README.md: Emphasize benefits of line-based approach in motivation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
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