                              === Rxvt BUGS ===

Please send all bugs you have conceived and they are not listed here to 
     rxvt-workers@babayaga.math.fu-berlin.de

   O v e r v i e w 
   ---------------

  1) menubars (beta, in progress)
  2) swap screen selection


1) menubars

	Popup Menus should popup on top of EVERYTHING else rather than be
		obscured by overlapping windows.
	mason: We can't do this unless we either disassociate the menubar
		subwindows from TermWin.parent or raise TermWin.parent.
		Either way, the problem is that we create the menubar,
		get an expose event on the window, then destroy the old
		menu and create it again - which looks ugly and is annoying

2) swap screen selection

	mason: Sometimes selection fails after or in swap screen use
	mason: I haven't seen this lately (Nov 98).  May have been fixed
		as part of another fix?
