URI: 
       fix typo - scroll - scrollbackbuffer program for st
  HTML git clone git://git.suckless.org/scroll
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d829de4187c2e9f319b818d91ff71e9a2987dea2
   DIR parent d3d81f46445c69af661102ece1979c880724415e
  HTML Author: Jan Klemkow <j.klemkow@wemelug.de>
       Date:   Tue, 19 Jan 2021 22:02:47 +0100
       
       fix typo
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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?