From e02e4045f2cbdf212fe47534a3302a76f976c322 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 29 Oct 2014 22:49:08 -0400 Subject: [PATCH] newt: do not print first message twice when stepping through messages --- rc/bin/newt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc/bin/newt b/rc/bin/newt index 9417e64d7..26f0f8e8c 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -131,6 +131,7 @@ fn p{ cat /tmp/p } echo + go=1 r=$1 post=$1 prompt=$group/$1 @@ -139,6 +140,7 @@ fn P{ if(test $1 -le $#rposts && test -f $mnt/$group/$rposts($1)^/article) cat $rposts($1)^/article echo + go=1 r=$1 post=$1 prompt=$group/$1 @@ -292,6 +294,7 @@ while(){ echo mnt: $mnt echo group: $group echo maxposts: $maxposts + echo '#go': $#go echo rposts: $rposts echo 'rposts(r):' $rposts($r) echo posts: $posts