mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

don't update status display when paused #45

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

This should fix issue #44.

I have not found the root cause for the display problems in the terminal, but there is no need to update the status at all when playback is paused. This saves CPU as well while also preventing messing up the display in any way.

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (89ffea8) into master (ff52350) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   42.38%   42.38%           
=======================================
  Files          19       19           
  Lines        2739     2739           
=======================================
  Hits         1161     1161           
  Misses       1578     1578           
Impacted Files Coverage Δ
gbsplay.c 33.33% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff52350...89ffea8. Read the comment docs.