Home
last modified time | relevance | path

Searched refs:u_arrow (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c469 const char *u_arrow; /* The string returned by the up-arrow key */ member
1839 gl->u_arrow = NULL; in new_GetLine()
3518 gl->u_arrow = NULL; in gl_control_strings()
3554 gl->u_arrow = gl_tigetstr(gl, "kcuu1"); in gl_control_strings()
3583 gl->u_arrow = gl_tgetstr(gl, "ku", &tgetstr_buf_ptr); in gl_control_strings()
3623 if(!gl->u_arrow) in gl_control_strings()
3624 gl->u_arrow = GL_ESC_STR "[A"; in gl_control_strings()
6173 if(_gl_rebind_arrow_key(gl, "up", gl->u_arrow, "^[[A", "^[OA") || in _gl_bind_arrow_keys()