fix ncurses apps

This commit is contained in:
chrys
2016-08-28 17:21:05 +02:00
parent 9ce32b484c
commit 621a6d4aa6
4 changed files with 12 additions and 9 deletions

View File

@ -17,7 +17,7 @@ class command():
return environment
# More than just a deletion happend
if environment['screenData']['newDelta'].strip(" \t\n") != '':
if environment['screenData']['newDelta'].strip() != '':
if environment['screenData']['newDelta'] != environment['screenData']['oldDelta']:
return environment