aboutsummaryrefslogtreecommitdiff
path: root/lib/interface.mli
diff options
context:
space:
mode:
authorppedrot2012-07-10 13:27:31 +0000
committerppedrot2012-07-10 13:27:31 +0000
commit899d186714a2bcb2d51902c918d0cb20d1815288 (patch)
tree04fb2ab1954f7d8eda5e9e0778d82176dd003e39 /lib/interface.mli
parent608bb24403e07e42855311d483e918c7acf3cafb (diff)
Adapting the IDE interface with the focussed display.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15579 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/interface.mli')
-rw-r--r--lib/interface.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interface.mli b/lib/interface.mli
index 4c7c11ebb2..1b9c2c6389 100644
--- a/lib/interface.mli
+++ b/lib/interface.mli
@@ -44,8 +44,8 @@ type status = {
type goals = {
fg_goals : goal list;
(** List of the focussed goals *)
- bg_goals : goal list;
- (** List of the background goals *)
+ bg_goals : (goal list * goal list) list;
+ (** Zipper representing the unfocussed background goals *)
}
type hint = (string * string) list