[hackers] [scroll] make comment more precise || Jan Klemkow

From: <git_AT_suckless.org>
Date: Thu, 2 Apr 2020 22:41:07 +0200 (CEST)

commit 18fc6b49569b67647142602c2f6cb3f268cea6c3
Author: Jan Klemkow <j.klemkow_AT_wemelug.de>
AuthorDate: Thu Apr 2 22:33:51 2020 +0200
Commit: Jan Klemkow <j.klemkow_AT_wemelug.de>
CommitDate: Thu Apr 2 22:33:51 2020 +0200

    make comment more precise

diff --git a/scroll.c b/scroll.c
index 942750d..69189ae 100644
--- a/scroll.c
+++ b/scroll.c
_AT_@ -270,7 +270,7 @@ scrollup(void)
 
         /* move the text in terminal n lines down */
         dprintf(STDOUT_FILENO, "\033[%dT", rows);
- /* set cursor position */
+ /* set cursor position to upper left corner */
         write(STDOUT_FILENO, "\033[0;0H", 6);
         /* hide cursor */
         write(STDOUT_FILENO, "\033[?25l", 6);
Received on Thu Apr 02 2020 - 22:41:07 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 02 2020 - 22:48:36 CEST