row marker for markslider
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user