term_print(): assume we’re not at the right margin #403
Manually merged
dnkl
merged 1 commits from term-print-assume-col-can-be-incremented
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'term-print-assume-col-can-be-incremented'
Deleting a branch is permanent. It CANNOT be undone. Continue?
That is, assume we can, and should, increment the cursor column.
This changes the emitted assembly from:
To:
I.e. it cuts the normal path from 10 instructions down to 8. It increases the "bad" path with one extra instruction.
d8f0e701b5
into master manually 2 years agod8f0e701b5
.