Home
last modified time | relevance | path

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

/dragonfly/contrib/ee/
H A Dee.c429 char *emacs_control_keys[5]; variable
3705 emacs_control_keys[counter] : control_keys[counter]); in paint_info_win()
5261emacs_control_keys[0] = catgetlocal( 154, "^[ (escape) menu ^y search prompt ^k delete line ^p p… in strings_init()
5262emacs_control_keys[1] = catgetlocal( 155, "^o ascii code ^x search ^l undelete line ^n n… in strings_init()
5263emacs_control_keys[2] = catgetlocal( 156, "^u end of file ^a begin of line ^w delete word ^b b… in strings_init()
5264emacs_control_keys[3] = catgetlocal( 157, "^t top of text ^e end of line ^r restore word ^f f… in strings_init()
5265emacs_control_keys[4] = catgetlocal( 158, "^c command ^d delete char ^j undelete char … in strings_init()