Update commands.py

This commit is contained in:
chrys87 2016-08-24 16:10:11 +02:00 committed by GitHub
parent b562261b4b
commit 4dee80bd33

View File

@ -7,7 +7,7 @@ import time
commandBuffer = { commandBuffer = {
'clipboard':[], 'clipboard':[],
'currClipboard': 0, 'currClipboard': 0,
'Marks':{'1':None, '2':None} 'Marks':{'1':None, '2':None, '3':None}
} }
# used by the commandManager # used by the commandManager