HomeSort by: relevance | last modified time | path
    Searched refs:KEYMAP_MULTI (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
keymap.h 73 #define KEYMAP_MULTI 1 /* part of a multi char sequence */
getch.c 235 if (map->key[map->mapping[i]]->type == KEYMAP_MULTI)
305 case KEYMAP_MULTI:
352 if (key->type == KEYMAP_MULTI) {
400 tmp_key = add_new_key(current, sequence[j], KEYMAP_MULTI, 0);
748 if (key->type == KEYMAP_MULTI)

Completed in 11 milliseconds