commit d829de4187c2e9f319b818d91ff71e9a2987dea2
Author: Jan Klemkow <[email protected]>
AuthorDate: Tue Jan 19 22:02:47 2021 +0100
Commit: Jan Klemkow <[email protected]>
CommitDate: Tue Jan 19 22:02:47 2021 +0100
fix typo
diff --git a/README b/README
index 9cb59d2..7ddb949 100644
--- 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 terminal emulator like screen or tmux.
+ would need to write complete new a terminal emulator like screen or tmux.
What is the performance impact of scroll?