junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
529 stars 151 forks source link

streamer.screen: fix missing flights in view #32

Closed Akasch closed 5 years ago

Akasch commented 5 years ago

the row is countin from 3 to the window hight, but the idx ist used as index into the icaos list beginning at 0. the offset is 0 for the first page. This results in the first 3 flights not shown.

junzis commented 5 years ago

nice spotted!