You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is the most basic font implementation, it only prints a monochrome character using the first color of the current window's current color sequence
@@ -841,13 +838,12 @@ void hyperdisplay::show( wind_info_t * wind ){ // Outputs the current w
841
838
}
842
839
}
843
840
#else
844
-
#warning "HyperDisplay Default Font Not Supported. Printing will not work without a custom implementation"
841
+
#warning "HyperDisplay Default Font Not Included. Printing will not work without a custom implementation"
0 commit comments