mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-11-08 15:17:04 +00:00
#33: Miscelaneous cleanup.
This commit is contained in:
@@ -1010,6 +1010,10 @@ class Controller(object):
|
||||
except:
|
||||
pass
|
||||
|
||||
def interact(self, *args, **kwargs):
|
||||
buffer = self.get_current_buffer()
|
||||
return buffer.interact()
|
||||
|
||||
def url(self, *args, **kwargs):
|
||||
buffer = self.get_current_buffer()
|
||||
buffer.url()
|
||||
|
||||
Reference in New Issue
Block a user