Fix VPR sequence
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 8 Nov 2012 16:21:24 +0000 (17:21 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 8 Nov 2012 16:21:24 +0000 (17:21 +0100)
commitd5b80e05e8df29b989c072b6529745576056d0bc
treeab8594fd1d4facebef3276e1ca0d110a36341567
parent5260a9ea2249b9159c188a6e27a39a38d131e411
Fix VPR sequence

VPR stands for Move cursor down a number of rows, and the code was moving
the cursor up instead of moving it down.
---
 st.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
st.c