docs: update

This commit is contained in:
Dylan Araps 2019-09-24 18:32:27 +03:00
parent 7d737e4d67
commit 24123b8ab8

3
pfetch
View File

@ -36,6 +36,9 @@ log() {
# plus the ascii height is 8 while the info height is 2 it'd be a move # plus the ascii height is 8 while the info height is 2 it'd be a move
# of 6 lines downwards. # 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 # Once the cursor is at marker $[6], the script exits. This is the gist
# of how this "dynamic" printing and layout works. # of how this "dynamic" printing and layout works.
# #