commit e0557ce64f6e6b6ef4a2ccfe107b168dfd20a131
parent 0a2d1a06a9eb4b8ad10240c28edf612879385ac6
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Tue, 19 Jan 2021 23:07:03 +0100
Fix typo
Thanks: Sebastian LaVine
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -22,7 +22,7 @@ as we thought in the fist place:
2. scroll could not handle backward cursor jumps and editing of old lines
properly. We just handle current line editing and switching between
alternative screens (curses mode). For a proper end user experience we
- would need to write complete new a terminal emulator like screen or tmux.
+ would need to write a completely new terminal emulator like screen or tmux.
What is the performance impact of scroll?