sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 4c396b66c7573e46f65bf48245f8e8a959e9ff6f
parent 6364e4e5701d9b8484382e6b42fdabc5add0221e
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Tue, 19 Jan 2021 23:07:47 +0100

Fix typo

Diffstat:
Mtools.suckless.org/scroll/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools.suckless.org/scroll/index.md b/tools.suckless.org/scroll/index.md @@ -25,7 +25,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. Development -----------