mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 10:19:22 +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