11

So I just fixed about a year or so old bug by removing my solution entirely.

As very few of you will know, I work on/ off on a project called TG which accelerates cmd.exe

One of my oldest bugs in this project is that the buffer resizes real weird. If you adjust both the height and width at the same time, it goes into this weird infinite loop business.

As it turns out, cmd.exe handles that by itself just fine. I just removed my resize listeners and now everything is running smooth.

feelsgood(?)man.jpg

Comments
Add Comment