Current screen width.
extern mr_position MR_WIDTH;
This variable maintains the current width of the screen, in terms of tiles (characters), as inferred from the running platform. Note that this information is not currently used by the library, which instead uses the MR_SCREEN_WIDTH
constant. This information is only necessary for some integrations with other tools, such as img2midres
.