llama.cpp
llama.cpp copied to clipboard
Fixed color reset problem in interactive mode.
In interactive mode:
Bob: Sure. The largest city in Europe is Moscow, the capital of Russia.
User: xxx
Press CTRL+C, the program exits, but terminal color still remains blue.
To ensure color reset, let's print '\n' in sigint_handler.