|
Эта страница руководства является частью версии 5.0 Инструментов XCodeПолучить эти инструменты:
Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:
Читать страницы руководстваСтраницы руководства предназначаются как справочник для людей, уже понимающих технологию.
|
keyok (3X) keyok (3X) NAME keybound - return definition of keycode SYNOPSIS #include <curses.h> char * keybound(int keycode, int count); DESCRIPTION This is an extension to the curses library. It permits an application to determine the string which is defined in the terminfo for specific keycodes. RETURN VALUE The keycode parameter must be greater than zero, else NULL is returned. If it does not correspond to a defined key, then NULL is returned. The count parameter is used to allow the application to iter-ate iterate ate through multiple definitions, counting from zero. When successful, the function returns a string which must be freed by the caller. PORTABILITY These routines are specific to ncurses. They were not supported on Version 7, BSD or System V imple-mentations. implementations. mentations. It is recommended that any code depending on them be conditioned using NCURSES_VERSION. SEE ALSO define_key(3X), keyok(3X). AUTHOR Thomas Dickey. keyok(3X) |
Сообщение о проблемах
Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:
- Ошибки содержания
- Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
- Отчеты об ошибках
- Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
- Форматирование проблем
- Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.