Differences From Artifact [a5f6b0f7f6]:
- File src/search.c — part of check-in [99e081efe5] at 2015-02-06 03:28:28 on branch form-submenu — Do not let the "Lines:" box go below one on the /timeline. If it does, automatically revert to 10 lines. Also, arrange for the default number of lines to be 50 in most cases, but only 11 if the c= (circa) query parameter is used. Use n=all to see the entire history of the graph. (user: drh size: 46866) [more...]
To Artifact [76d74f4e00]:
- File src/search.c — part of check-in [b8e3dc16f4] at 2015-02-06 09:55:41 on branch trunk — eol-spacing fixes. (user: jan.nijtmans size: 46860) [more...]
| ︙ | |||
587 588 589 590 591 592 593 | 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 | - + |
if( ((knownGood|knownBad) & m)!=0 ) continue;
if( db_get_boolean(aSetng[i].zKey,0) ){
knownGood |= m;
}else{
knownBad |= m;
}
}
|
| ︙ |