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

  /src/lib/libedit/
terminal.c 1039 static const wchar_t stOB[] = L"\033OB";
1052 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1067 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type);
terminal.c 1039 static const wchar_t stOB[] = L"\033OB";
1052 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1067 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type);

Completed in 108 milliseconds