The existing terrain window sizing logic hasn’t been updated for tiles… the width is hardcoded to the max view distance for ascii, but tiles are bigger.
The fix is simple, but when I last tried it on my 1920x1200 resolution, putting that many tiles onscreen slowed the games refresh noticeably. Once that PR to optimize SDL rendering is in, this can be fixed.