On Tue, Jan 13, 2004 at 12:40:45PM +0100, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > > However, the current global cursor contains only slices for text > > _insets_. The global cursor would need those on top of an additional > > slice representing the cursor position in the main LyX text, too. > > > > The patch does just that by allocating a (currently unused) cursor slice > > at the bottom of the stack that makes up the global cursor. > > Why at the bottom, if its logical position is at the top?
No, the cursor top is its 'tip', i.e. in the insets. [Probably depends how you look at it. Maybe you need to turn your screen upside down] > Alternatively, we could store that CursorSlice as a separate member... Won't be beneficial as the storage in the stack allows for a more uniform approach to all LyXTexts, inset or main, later. This current >=1 business is transiotional... Andre'