summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-14 02:11:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-14 02:11:27 +0900
commit6ad1736832fc241534e537119d16eff3474dc09b (patch)
tree1784046e5ce5d1c4ad9a2f9625de68668a56e64a
parent9fca611c4a4b09ee4fe24f5ae65030380e79efd0 (diff)
Fix ignore action
-rw-r--r--src/terminal.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/terminal.go b/src/terminal.go
index 372c1970..6f28a40e 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -717,8 +717,6 @@ func (t *Terminal) Loop() {
}
switch action {
case actIgnore:
- t.mutex.Unlock()
- continue
case actInvalid:
t.mutex.Unlock()
continue