This commit is contained in:
chrys
2016-09-12 23:05:35 +02:00
parent f1364444d3
commit 12f1e88c4e
3 changed files with 10 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ import time
# used as shared memory between commands
# use this in your own commands
commandBuffer = {
'genericList':[],
'genericListSource':'',
'genericListSelection': 0,
'clipboard':[],
'currClipboard': 0,
'Marks':{'1':None, '2':None, '3':None}