From 24123b8ab8c6cad1087a793c463fe88667ec77c0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 18:32:27 +0300 Subject: [PATCH] docs: update --- pfetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pfetch b/pfetch index 71d0232..f0a7fb6 100755 --- a/pfetch +++ b/pfetch @@ -36,6 +36,9 @@ log() { # plus the ascii height is 8 while the info height is 2 it'd be a move # of 6 lines downwards. # + # However, if the information printed is "taller" (takes up more lines) + # than the ascii art, the cursor isn't moved at all! + # # Once the cursor is at marker $[6], the script exits. This is the gist # of how this "dynamic" printing and layout works. #