From 287325af35bf41890512af491b4c5f9a5f31c809 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Dec 2010 21:48:46 +0000 Subject: fix [#24586] Report mode of console does not show proper cariage returns. use the line iterator to split up newlines. --- source/blender/editors/space_info/info_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info/info_intern.h') diff --git a/source/blender/editors/space_info/info_intern.h b/source/blender/editors/space_info/info_intern.h index 4953bc1b4be..abbe37a4fe1 100644 --- a/source/blender/editors/space_info/info_intern.h +++ b/source/blender/editors/space_info/info_intern.h @@ -49,7 +49,7 @@ int info_textview_height(struct SpaceInfo *sinfo, struct ARegion *ar, struct Rep void info_textview_main(struct SpaceInfo *sinfo, struct ARegion *ar, struct ReportList *reports); /* info_report.c */ -/* console_report.c */ +int info_report_mask(struct SpaceInfo *sinfo); void INFO_OT_select_pick(struct wmOperatorType *ot); /* report selection */ void INFO_OT_select_all_toggle(struct wmOperatorType *ot); void INFO_OT_select_border(struct wmOperatorType *ot); -- cgit v1.2.3