From 899d186714a2bcb2d51902c918d0cb20d1815288 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 10 Jul 2012 13:27:31 +0000 Subject: 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 --- lib/interface.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/interface.mli') 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 -- cgit v1.2.3