libear icon indicating copy to clipboard operation
libear copied to clipboard

should the screen attribute in Layout really be optional?

Open tomjnixon opened this issue 4 years ago • 0 comments

In the EAR reference code, the screen is always present, but set to some default dimensions if not specified.

Handling the case where there is no screen (and skipping screen-related processing) might be desirable, but is non-standard -- should we get rid of the boost::optional wrapper (changing the API), or just set it to a default value and complain if it's reset to boost::none by the user?

tomjnixon avatar Apr 14 '21 16:04 tomjnixon