Lines Matching refs:prompt

400   const [rli, fi] = getInterface({ terminal: true, prompt: '' });
411 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
432 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
452 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
471 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
490 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
509 let [rli, fi] = getInterface({ terminal: true, prompt: '' });
520 [rli, fi] = getInterface({ terminal: true, prompt: '' });
537 let [rli, fi] = getInterface({ terminal: true, prompt: '' });
549 [rli, fi] = getInterface({ terminal: true, prompt: '' });
561 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
577 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
592 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
611 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
630 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
646 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
665 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
672 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
681 const [rli, fi] = getInterface({ tabSize: 16, terminal: true, prompt: '' });
691 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
698 // Multi-line prompt cursor position
702 prompt: '\nfilledline\nwraping text\n> '
712 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
988 rli.prompt();
1000 for (const prompt of expectedPrompts) {
1001 rli.setPrompt(prompt);
1002 assert.strictEqual(rli.getPrompt(), prompt);
1022 prompt: '$ ',
1026 rl.prompt();