Register a callback function to be called for tab-completion. */
| 1336 | |
| 1337 | /* Register a callback function to be called for tab-completion. */ |
| 1338 | void linenoiseSetCompletionCallback(linenoiseCompletionCallback* fn) { |
| 1339 | completionCallback = fn; |
| 1340 | } |
| 1341 | |
| 1342 | /* Register a hits function to be called to show hits to the user at the |
| 1343 | * right of the prompt. */ |