mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
^D interrupt does the same as ^C
This commit is contained in:
parent
335b0bcab3
commit
84b300d396
2 changed files with 11 additions and 9 deletions
|
@ -74,7 +74,7 @@ func (s *Session) setupReadline() (err error) {
|
|||
cfg := readline.Config{
|
||||
HistoryFile: history,
|
||||
InterruptPrompt: "^C",
|
||||
EOFPrompt: "exit",
|
||||
EOFPrompt: "^D",
|
||||
AutoComplete: readline.NewPrefixCompleter(prefixCompleters...),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue