saks / lua-resty-repl

Interactive console (REPL) for Openresty and luajit code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strange behavior of Ctrl-C

saks opened this issue · 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