Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/
Didf_monitor.py72 CTRL_A = '\x01' variable
303 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only
345 appmake=key_description(CTRL_A) + ' (or A)',
360 key_description(CTRL_A))
369 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only
/hal_espressif-2.7.6/components/console/linenoise/
Dlinenoise.c152 CTRL_A = 1, /* Ctrl+a */ enumerator
900 case CTRL_A: /* Ctrl+a, go to the start of the line */ in linenoiseEdit()