MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Es 197 station list order #271

Closed AESilky closed 2 years ago

AESilky commented 2 years ago

The station list now ordered with the current/last station to send on the top, followed by a line if other stations are connected. The list of 'other' stations is ordered with those that haven't sent by how long they have been connected (longest first), then stations that have sent, by the least recent to the most recent. Additionally, stations that have not sent anything are indented from those that have.

This order is slightly different than MKOB 2.5, and the line and indent are additions.