llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Fixed color reset problem in interactive mode.

Open mqy opened this issue 1 year ago • 0 comments

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.

mqy avatar Mar 19 '23 07:03 mqy