The problem is in the Scroll dialog window. The hackstyle
will not let you scroll unless you have the dialog set for -m
If the dialog is set for -m then you can't get the window to
scroll when it opens


alias hackstyle {
set %xra 1
while (%xra <= $5) {
.dialog -srb $1 $2 $3 $4 %xra
inc %xra
}
}