diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.go b/src/terminal.go index b9d648df..34323a65 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -1844,9 +1844,9 @@ func (t *Terminal) exit(getCode func() int) { t.history.append(string(t.input)) } // prof.Stop() - t.killPreview(code) t.running = false t.mutex.Unlock() + t.killPreview(code) } // Loop is called to start Terminal I/O |
