polish clipboard stuff

This commit is contained in:
chrys
2016-08-24 00:41:16 +02:00
parent 3f869b65ed
commit eb323eeedf
10 changed files with 36 additions and 67 deletions

View File

@@ -5,7 +5,7 @@ import time
# used as shared memory between commands
# use this in your own commands
commandBuffer = {
'clipboard':['chrys\n', 'test', 'ls\n'],
'clipboard':[],
'currClipboard': 0,
'Marks':{'1':None, '2':None}
}