From: Roberto E. Vargas Caballero Date: Thu, 8 Nov 2012 16:21:24 +0000 (+0100) Subject: Fix VPR sequence X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/d5b80e05e8df29b989c072b6529745576056d0bc?ds=inline;hp=d5b80e05e8df29b989c072b6529745576056d0bc 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(-) ---