Common keyboard interrupts such as Ctrl + C, Ctrl + Z is not handled. Program crashes instead of exiting gracefully.
Marked severity as low as users familiar with using terminals may attempt to background or exit the application using these keyboard combinations. This may have a higher severity if we assume that users playing a game on the terminal are familiar with the terminal commands and may hence attempt such actions.
Problem
Common keyboard interrupts such as
Ctrl + C
,Ctrl + Z
is not handled. Program crashes instead of exiting gracefully.Marked severity as
low
as users familiar with using terminals may attempt to background or exit the application using these keyboard combinations. This may have a higher severity if we assume that users playing a game on the terminal are familiar with the terminal commands and may hence attempt such actions.Screenshot
[original: nus-cs2113-AY2324S2/pe-interim#2539] [original labels: severity.Low type.FunctionalityBug]