FujiNetWIFI / fujinet-config

#FujiNet cross-platform CONFIG program
GNU General Public License v3.0
6 stars 19 forks source link

Apple II: Remove misleading comments. #95

Closed oliverschmidt closed 2 months ago

oliverschmidt commented 2 months ago
  1. The config code base come with its own (on the Apple II empty) function cursor(). Therefore the C library function with the same name isn't linked - and therefore it's no surprise that calling cursor() has no effect ;-)
  2. Removing the empty cursor() function thus making the C library function accessible doesn't have the desired effect because the 'apple2' C library doesn't know about config switching to the alternate charset. Therefore the displayed character isn't the desired one. Therefore it's after all best to keep things the way the are - but remove the inappropriate comments (and the call to the empty function).