[9698] in Athena Bugs
patch for athena.bin/olh/ascii/main.c
daemon@ATHENA.MIT.EDU (Jim Haynes)
Tue Jul 28 20:29:17 1992
From: haynes@cats.UCSC.EDU (Jim Haynes)
Date: Tue, 28 Jul 92 17:29:56 -0700
To: bugs@Athena.MIT.EDU
from Tim Kolar
*** 1.12 1991/06/30 18:48:55
--- 1.13 1992/04/07 18:47:35
***************
*** 8,20 ****
* For copying and distribution information, see the file "mit-copyright.h".
*
* $Source: /sysdev/source/athena/athena/athena.bin/olh/ascii/RCS/main.c,v $
! * $Id: main.c,v 1.12 1991/06/30 18:48:55 lwvanels Exp $
! * $Author: lwvanels $
*/
#ifndef lint
#ifndef SABER
! static char *RCSid = "$Header: /sysdev/source/athena/athena/athena.bin/olh/ascii/RCS/main.c,v 1.12 1991/06/30 18:48:55 lwvanels Exp $";
#endif
#endif
--- 8,20 ----
* For copying and distribution information, see the file "mit-copyright.h".
*
* $Source: /sysdev/source/athena/athena/athena.bin/olh/ascii/RCS/main.c,v $
! * $Id: main.c,v 1.13 1992/04/07 18:47:35 shandon Exp $
! * $Author: shandon $
*/
#ifndef lint
#ifndef SABER
! static char *RCSid = "$Header: /sysdev/source/athena/athena/athena.bin/olh/ascii/RCS/main.c,v 1.13 1992/04/07 18:47:35 shandon Exp $";
#endif
#endif
***************
*** 159,164 ****
--- 159,166 ----
menu_entry[current_menu] = e;
current[current_menu] = 0;
viewed[current_menu] = FALSE;
+ top_pointer = field_value(e, POINTER);
+
add_to_menupath(e);
paint_windows();