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
I think it would be a good idea to have all output modules fill in a structure with the functions that they need.
So then the functions in the "display.c" file would reduce to
if (ctx->output_format.xmit) ctx->output_format.xmit (ctl, ... );
I think it would be a good idea to have all output modules fill in a structure with the functions that they need.
So then the functions in the "display.c" file would reduce to