nitrologic / skid30

Acid Software's Amiga game Skidmarks turns 30
7 stars 1 forks source link

detect console width #9

Open nitrologic opened 1 year ago

nitrologic commented 1 year ago

to enable word wrap of document pages

need cross platform method to establish the width in characters of the console the monitor is running

nitrologic commented 1 year ago

skidtool.cpp now logs dimensions at startup using new screenSize helper:

void screenSize(int& columns, int& rows)

detecting change of size via polling may not be free

investigate resize events