Update commands.py

This commit is contained in:
chrys87 2016-08-23 17:30:31 +02:00 committed by GitHub
parent da882cc5f3
commit c9200248eb

View File

@ -7,7 +7,7 @@ import time
commandBuffer = { commandBuffer = {
'clipboard':['chrys\n', 'test', 'ls\n'], 'clipboard':['chrys\n', 'test', 'ls\n'],
'currClipboard': 0, 'currClipboard': 0,
'clipboardMark':{'1':None, '2':None} 'Marks':{'1':None, '2':None}
} }
# used by the commandManager # used by the commandManager