FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 14 forks source link

flags.screen_color not respected by all output functions #16

Closed boeckmann closed 1 year ago

boeckmann commented 1 year ago

I noticed that when changeing the background color to something other than black via the above fdisk.ini option there are some parts of the screen getting a black background.

Is is a result of something like textattr or textbackground never being called. flags.screen_color is in fact only being used in the Clear_Screen function.

boeckmann commented 1 year ago

fixed by https://github.com/FDOS/fdisk/commit/c6c0711340deeb69e5ec244ac8889270be2c5d45