aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 18:32:27 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 18:32:27 +0300
commit24123b8ab8c6cad1087a793c463fe88667ec77c0 (patch)
tree69875dbaa0b75d1c2ca93b0255891e18f2c2bac3
parent7d737e4d675e4667480a3099ba4d34f460b48da7 (diff)
downloadpfetch-24123b8ab8c6cad1087a793c463fe88667ec77c0.tar.gz
docs: update
-rwxr-xr-xpfetch3
1 files changed, 3 insertions, 0 deletions
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.
#