Set up the extended keys. More...
#include "config.h"
Include dependency graph for extended.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| const char * | ext_key_find (const char *key) |
| Find the curses name for a key. | |
| static void | ext_keys_init (void) |
Set up the extended keys.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file extended.h.
| const char * ext_key_find | ( | const char * | key | ) |
Find the curses name for a key.
| key | Key name |
| ptr | Curses name |
Look up NeoMutt's name for a key and find the ncurses extended name for it.
Definition at line 94 of file extended.c.
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 33 of file extended.h.