aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideutils.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-30 20:32:13 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-30 20:58:01 +0200
commit985e83e60b6665d17b81830aea4fce3384fe2b5a (patch)
tree9aec2733f4f3ce8935730c065ae74326953a940b /ide/ideutils.mli
parent68ee3958437b98291d69709b9c2a730abf7f7f96 (diff)
Fix bug #5051: Large outputs are garbled.
Instead of relying on the current position of the cursor, we rather use a dedicated mark in the message view.
Diffstat (limited to 'ide/ideutils.mli')
-rw-r--r--ide/ideutils.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ideutils.mli b/ide/ideutils.mli
index 491e8e823..e32a4d9e3 100644
--- a/ide/ideutils.mli
+++ b/ide/ideutils.mli
@@ -54,7 +54,7 @@ val flash_info : ?delay:int -> string -> unit
val xml_to_string : Richpp.richpp -> string
-val insert_xml : ?tags:GText.tag list ->
+val insert_xml : ?mark:GText.mark -> ?tags:GText.tag list ->
#GText.buffer_skel -> Richpp.richpp -> unit
val set_location : (string -> unit) ref