mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
added a CLI debugger
This commit is contained in:
@@ -207,6 +207,9 @@ void tty_init()
|
||||
{
|
||||
struct termios ti;
|
||||
|
||||
if(o.noninteractive)
|
||||
return;
|
||||
|
||||
if (tty_fd)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user