Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ menu_mark(3X) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

menus(3X)



menu_mark(3X)                    UNIX System V                    menu_mark(3X)


NAME
      menumark:  setmenumark, menumark - menus mark string routines

SYNOPSIS
      #include <menu.h>

      int setmenumark(MENU *menu, char *mark);
      char *menumark(MENU *menu);

DESCRIPTION
      menus displays mark strings to distinguish selected items in a menu (or
      the current item in a single-valued menu).  setmenumark sets the mark
      string of menu to mark.  menumark returns a pointer to the mark string
      of menu.

RETURN VALUE
      menumark returns NULL on error.  setmenumark returns one of the
      following:
      E_OK           - The routine returned successfully.
      E_SYSTEM_ERROR - System error.
      E_BAD_ARGUMENT - An incorrect argument was passed to the routine.

NOTES
      The header file <menu.h> automatically includes the header files <eti.h>
      and <curses.h>.

SEE ALSO
      curses(3X), menus(3X)


























10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026