newt: delete lines
This commit is contained in:
parent
e02e4045f2
commit
678db0fbb1
1 changed files with 1 additions and 4 deletions
|
@ -301,12 +301,9 @@ while(){
|
||||||
echo post: $post
|
echo post: $post
|
||||||
echo r: $r
|
echo r: $r
|
||||||
case *
|
case *
|
||||||
if(~ $post $posts(1) && ~ $#go 0){
|
if(~ $post $posts(1) && ~ $#go 0)
|
||||||
go=1
|
|
||||||
p $post
|
p $post
|
||||||
}
|
|
||||||
if not if(! ~ $post $posts($#posts)){
|
if not if(! ~ $post $posts($#posts)){
|
||||||
go=1
|
|
||||||
post=`{echo $post^+1 | bc}
|
post=`{echo $post^+1 | bc}
|
||||||
if(test $post -gt $posts($#posts))
|
if(test $post -gt $posts($#posts))
|
||||||
post=$posts($#posts)
|
post=$posts($#posts)
|
||||||
|
|
Loading…
Reference in a new issue