mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
update buildah and c/common to latest
also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
6
vendor/github.com/chzyer/readline/operation.go
generated
vendored
6
vendor/github.com/chzyer/readline/operation.go
generated
vendored
@@ -109,10 +109,12 @@ func (o *Operation) ioloop() {
|
||||
keepInSearchMode := false
|
||||
keepInCompleteMode := false
|
||||
r := o.t.ReadRune()
|
||||
|
||||
if o.GetConfig().FuncFilterInputRune != nil {
|
||||
var process bool
|
||||
r, process = o.GetConfig().FuncFilterInputRune(r)
|
||||
if !process {
|
||||
o.t.KickRead()
|
||||
o.buf.Refresh(nil) // to refresh the line
|
||||
continue // ignore this rune
|
||||
}
|
||||
@@ -434,6 +436,10 @@ func (o *Operation) Slice() ([]byte, error) {
|
||||
}
|
||||
|
||||
func (o *Operation) Close() {
|
||||
select {
|
||||
case o.errchan <- io.EOF:
|
||||
default:
|
||||
}
|
||||
o.history.Close()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user