newt: do not print first message twice when stepping through messages
This commit is contained in:
parent
392ca817ba
commit
e02e4045f2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue