scroll

scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log | Files | Refs | README

commit 44406af94e2af73849967ab2b68e8c66065c1ac8
parent d5b72e0c65cbaed8b59b9c3c23f5f3fa0dce53b3
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date:   Sun, 12 Apr 2020 22:27:53 +0200

TODO: handle line wrapps

Diffstat:
MTODO | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1,3 +1,4 @@ * strlen function which is aware of unicode + * handle wrapping lines in scrolling line count correctly * hotkey to dump buffer to file (like screen hardcopy) * scroll back if screen was cleared (sh; ls; clear; scrollup())