add some command handling

This commit is contained in:
chrys
2016-07-08 18:33:32 +02:00
parent fb63606bfb
commit 7a737c7797
8 changed files with 67 additions and 12 deletions

View File

@ -20,7 +20,7 @@ class screenManager():
environment['screenData']['newContentBytes'] = vcsa.read()
vcsa.close()
except:
return runtime
return environment
# get metadata like cursor or screensize
environment['screenData']['lines'] = int( environment['screenData']['newContentBytes'][0])