Skip to content
Snippets Groups Projects
  • Panagiotis H.M. Issaris's avatar
    cb48e245
    Do no modify terminal parameters using termios.h · cb48e245
    Panagiotis H.M. Issaris authored
    
    Remove usage of tcgetattr and tcsetattr to modify terminal
    parameters, and rely on ctrl-c to stop instead of pressing 'q'.
    On systems with conio.h, keep the old behavior.
    
    Changing the terminal settings causes problems if multiple instances
    are running asynchronously on the same terminal, such as during a
    parallel FATE run, or if the process crashes before restoring the
    terminal.  In both cases, the terminal state is messed up requiring
    a manual reset.
    
    Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
    cb48e245
    History
    Do no modify terminal parameters using termios.h
    Panagiotis H.M. Issaris authored
    
    Remove usage of tcgetattr and tcsetattr to modify terminal
    parameters, and rely on ctrl-c to stop instead of pressing 'q'.
    On systems with conio.h, keep the old behavior.
    
    Changing the terminal settings causes problems if multiple instances
    are running asynchronously on the same terminal, such as during a
    parallel FATE run, or if the process crashes before restoring the
    terminal.  In both cases, the terminal state is messed up requiring
    a manual reset.
    
    Signed-off-by: default avatarMans Rullgard <mans@mansr.com>