mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-07 04:12:29 -04:00
Added empty function view_item to base buffer
This commit is contained in:
parent
a63f19a70f
commit
cf9add1fc9
@ -138,4 +138,7 @@ class Buffer(object):
|
|||||||
try:
|
try:
|
||||||
self.session.db[self.name+"_pos"]=self.buffer.list.get_selected()
|
self.session.db[self.name+"_pos"]=self.buffer.list.get_selected()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def view_item(self):
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user