From: Dirk Koopman Date: Sat, 4 Jul 2020 01:03:29 +0000 (+0100) Subject: fix longstanding issues with console EOL handling X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=2747e0fe4269e9a7e095c333598191eb9dca63fc;hp=2747e0fe4269e9a7e095c333598191eb9dca63fc;p=spider.git fix longstanding issues with console EOL handling Historically there has been an issue with line endings in console.pl which meant that the spot line (for instance) had to be 1 character less than the window width (e.g. 79 chars in an 80 char window). This has now FINALLY been fixed. In the process I have fixed the issues of extra things like cq/itu/us state/dxgrid strings overwriting or coming out in a stupid priority. So the priority is now from nearest/smallest area -> largest wiz: QRA, US State, ITU or CQ zone. So you can have them all on, but ITU zone will always trump CQ zone. ---