Skip to content

Commit

Permalink
Initialize viewscreen_textviewerst.formatted_text.return_val to -1
Browse files Browse the repository at this point in the history
0 prevents text viewer screens from closing
  • Loading branch information
lethosor committed May 17, 2017
1 parent 4ec3d61 commit f88b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion df.viewscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@
<flag-bit name='no_newline'/>
</bitfield>
<int32_t name='pause_depth'/>
<int32_t name='return_val'/>
<int32_t name='return_val' init-value='-1'/>
<int32_t name='indent'/>
</pointer>
</stl-vector>
Expand Down

0 comments on commit f88b520

Please sign in to comment.