lua-resty-repl icon indicating copy to clipboard operation
lua-resty-repl copied to clipboard

strange behavior of Ctrl-C

Open saks opened this issue 9 years ago • 1 comments

When debugging lua code, it does nothing, just prints ^C. When debugging nginx, it prints ^C and then nginx handles SIGINT.

Most reasonable behavior would be to:

  1. show next prompt line
  2. move cursor to the next line

saks avatar Sep 23 '16 12:09 saks

https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC44 http://stackoverflow.com/questions/16828378/readline-get-a-new-prompt-on-sigint

saks avatar Sep 26 '16 02:09 saks