|
|
|
@ -94,6 +94,7 @@ class AppBuffer(BrowserBuffer): |
|
|
|
def destroy_buffer(self): |
|
|
|
def destroy_buffer(self): |
|
|
|
os.kill(self.background_process.pid, signal.SIGKILL) |
|
|
|
os.kill(self.background_process.pid, signal.SIGKILL) |
|
|
|
super().destroy_buffer() |
|
|
|
super().destroy_buffer() |
|
|
|
|
|
|
|
self.timer.stop() |
|
|
|
|
|
|
|
|
|
|
|
@interactive() |
|
|
|
@interactive() |
|
|
|
def copy_text(self): |
|
|
|
def copy_text(self): |
|
|
|
|