forked from gyscos/cursive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some \0 aka nul bytes in &str are deleted ...
...before sending the &str to ncurses backend, this is done for cursive's print_at() and print_at_rep() only! otherwise, nothing would get printed, silently. Why delete \0 instead of replace with eg. space? this explains it best: gyscos#778 (comment) This also fixes warnings about unused Result. Closes: gyscos#780
- Loading branch information
1 parent
1b633da
commit aeb182e
Showing
1 changed file
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters