row marker for markslider

This commit is contained in:
ville rantanen
2014-08-18 12:58:52 +03:00
parent 0b19f6588f
commit 9a67b670b3

View File

@@ -24,7 +24,11 @@ function display_slide {
!/^# /{ !/^# /{
print $0; print $0;
} }
' "$1" | sed -n '/^'$2'# /,/^'$j'# /p' | grep -v "^$j# " | sed -e 's,^'$i'\(# .*\),'$H'\1'$Z',' -e ${HROW}'s/^\(.*\)/'$H$Y'\1'$Z'/' | eval sed $REGEX ' "$1" | sed -n '/^'$2'# /,/^'$j'# /p' | grep -v "^$j# " \
| sed -e 's,^'$i'\(# .*\),'$H'\1'$Z',' \
-e ${HROW}'s/^ />/' \
-e ${HROW}'s/^\(.*\)/'$H$Y'\1'$Z'/' \
| eval sed $REGEX
} }
function slide_exec { function slide_exec {
# find executables in the slide # find executables in the slide