aelmosalamy / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
69 stars 17 forks source link

Console resizing issue on Linux #13

Closed aelmosalamy closed 5 years ago

aelmosalamy commented 5 years ago

I have noticed that the terminal window doesn't resize on Linux (tested) and probably it is the same for all UNIX-based systems, but I'm not sure why is that happening, I recently installed Ubuntu and did some tests on the game. So I am keeping this issue up for now

aelmosalamy commented 5 years ago

I just fixed it, the problem was that the 'resize' command appears to be specific for xterm, so to fix that I used the ANSI escape sequence for resizing and it works properly now.