`newt -e 'print(-1)'` prints `-4` instead of `-1`. `newt -e 'print(0 - 1)'` on the other hand works properly.
newt -e 'print(-1)'prints-4instead of-1.newt -e 'print(0 - 1)'on the other hand works properly.