all repos — shlide @ 7b8ed609c722d87f53ab8d59277ff5a3500e0bc3

slide deck presentation tool written in pure bash

remove logging
Akshay nerdypepper@tuta.io
Sun, 02 Feb 2020 17:59:00 +0530
commit

7b8ed609c722d87f53ab8d59277ff5a3500e0bc3

parent

8fd254d77be58a4268e16a98b062dae06c9e41c5

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M shlideshlide

@@ -61,7 +61,6 @@ read -r LINES COLUMNS < <(stty -F /dev/tty size)

height=$(lines "$2") width=$(longest_line "$2") - echo "$height $width" >> log.txt # Rough estimates for the true center. ((l=$LINES/2 - $height/2)) ((c=$COLUMNS/2 - $width/2))