Closes #55 (closed)
Environment variables for lektor begin with __LKT_
. The used variables here are:
__LKT_RESTART=1
to specify that we are restarting__LKT_CURRENT=$pos
to specify the currently reading kara. If the current is NULL
(not playing), then we use __LKT_CURRENT=NULL
.