mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 23:19:43 +00:00
Fix cc freeze
This commit is contained in:
2
butterfly/static/ext.min.js
vendored
2
butterfly/static/ext.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1504,6 +1504,7 @@
|
||||
}
|
||||
this.body.classList.add('stopped');
|
||||
this.stop = true;
|
||||
return this.send(' \x7f');
|
||||
} else if (this.stop) {
|
||||
return true;
|
||||
}
|
||||
|
||||
4
butterfly/static/main.min.js
vendored
4
butterfly/static/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1415,6 +1415,7 @@ class Terminal
|
||||
@t_bell, @t_queue, @t_blink]) while id--
|
||||
@body.classList.add 'stopped'
|
||||
@stop = true
|
||||
return @send ' \x7f'
|
||||
else if @stop
|
||||
return true
|
||||
@lastcc = t
|
||||
|
||||
Reference in New Issue
Block a user