MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / linenoiseBeep

Function linenoiseBeep

tools/shell/linenoise.cpp:1032–1035  ·  view source on GitHub ↗

Beep, used for completion when there is nothing to complete or when all * the choices were already shown. */

Source from the content-addressed store, hash-verified

1030/* Beep, used for completion when there is nothing to complete or when all
1031 * the choices were already shown. */
1032static void linenoiseBeep(void) {
1033 fprintf(stderr, "\x7");
1034 fflush(stderr);
1035}
1036
1037void linenoiseSetHighlightCallback(linenoiseHighlightCallback* fn) {
1038 highlightCallback = fn;

Callers 1

completeLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected