all repos — shlide @ e1b8a8a5390602dbf416ec04e9bff4fea246c90f

slide deck presentation tool written in pure bash

add period after "quit"
Akshay nerdypepper@tuta.io
Sun, 02 Feb 2020 22:45:57 +0530
commit

e1b8a8a5390602dbf416ec04e9bff4fea246c90f

parent

c78c23a27544c78de1d39c08c44cac7687a62d2e

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

jump to
M shlideshlide

@@ -71,7 +71,7 @@ ((l=$LINES/2))

((c=$COLUMNS/2 - 8)) printf '\e[2J' printf '\e[0;%sH' "$c" - printf 'END. Press q to quit' + printf 'END. Press q to quit.' } main() {