DeflatedPickle / blame

A C++ library for TUIs (terminal user interfaces).
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Memory Fix and minor adjustments pull request #1

Closed Dalphat closed 5 years ago

Dalphat commented 5 years ago

Changed pointer to structures to simply structs; structs are like primitives. Fixed memory issues: mainly declarations needed default values. Fixed exiting causing terminal to not work: done so in console.cpp destructor.

Take a look at it; I barely touched anything else but change log highlights lines of code that have been shifted up and down rows; it would seem.