~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to menu/m_driver.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-24 15:13:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090524151301-uixgxq2zonfov2nr
Tags: 5.7+20090523-1
MergingĀ upstreamĀ versionĀ 5.7+20090523.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
 * Copyright (c) 1998-2005,2008 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.              *
3
3
 *                                                                          *
4
4
 * Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
 * copy of this software and associated documentation files (the            *
37
37
 
38
38
#include "menu.priv.h"
39
39
 
40
 
MODULE_ID("$Id: m_driver.c,v 1.27 2008/08/03 22:08:22 tom Exp $")
 
40
MODULE_ID("$Id: m_driver.c,v 1.28 2009/02/28 21:02:46 juergen Exp $")
41
41
 
42
42
/* Macros */
43
43
 
197
197
 
198
198
/*---------------------------------------------------------------------------
199
199
|   Facility      :  libnmenu
200
 
|   Function      :  int menu_driver(MENU *menu, int c)
 
200
|   Function      :  int menu_driver(MENU* menu, int c)
201
201
|
202
202
|   Description   :  Central dispatcher for the menu. Translates the logical
203
203
|                    request 'c' into a menu action.