tmlshock
tmlshock copied to clipboard
Fix terminal blank screen on invalid color input
Passing an invalid color string or a number outside the 1–256 range causes the terminal to go blank. FlagColor should handle invalid input gracefully. Suggest adding a check for strconv.Atoi errors and out-of-range values, and fallback to a default