forked from mirror/readline
remove test code
This commit is contained in:
parent
03a55ea489
commit
6a53e6406c
|
@ -75,8 +75,6 @@ func (o *Operation) ioloop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
switch r {
|
switch r {
|
||||||
case 'i':
|
|
||||||
o.buf.Clean()
|
|
||||||
case CharCancel:
|
case CharCancel:
|
||||||
if o.IsSearchMode() {
|
if o.IsSearchMode() {
|
||||||
o.ExitSearchMode(true)
|
o.ExitSearchMode(true)
|
||||||
|
|
Loading…
Reference in New Issue