Searched refs:CTRL_A (Results 1 – 2 of 2) sorted by relevance
72 CTRL_A = '\x01' variable303 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only345 appmake=key_description(CTRL_A) + ' (or A)',360 key_description(CTRL_A))369 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only
152 CTRL_A = 1, /* Ctrl+a */ enumerator900 case CTRL_A: /* Ctrl+a, go to the start of the line */ in linenoiseEdit()