Skip to content

text: Handle long inputs properly

Lukáš Tyrychtr requested to merge tyrylu/zenity:fix_65 into master

The text view APIs can handle strings without a null terminator, it seems, but the a11y subsystem called from the text view can not.

So, be sure to properly null terminate the input.

Fixes #65 (closed).

Merge request reports