fix typo - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d829de4187c2e9f319b818d91ff71e9a2987dea2 | |
parent d3d81f46445c69af661102ece1979c880724415e | |
Author: Jan Klemkow <[email protected]> | |
Date: Tue, 19 Jan 2021 22:02:47 +0100 | |
fix typo | |
Diffstat: | |
M README | 2 +- | |
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 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? | |