Skip to content

Rewrite the "output display" functions/system to be more modular. #556

Description

@rewolff

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, ... ); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions