Lines Matching refs:prompt
423 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
434 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
455 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
475 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
494 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
513 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
532 let [rli, fi] = getInterface({ terminal: true, prompt: '' });
543 [rli, fi] = getInterface({ terminal: true, prompt: '' });
560 let [rli, fi] = getInterface({ terminal: true, prompt: '' });
572 [rli, fi] = getInterface({ terminal: true, prompt: '' });
584 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
600 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
615 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
634 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
653 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
669 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
688 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
714 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
759 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
766 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
775 const [rli, fi] = getInterface({ tabSize: 16, terminal: true, prompt: '' });
785 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
792 // Multi-line prompt cursor position
796 prompt: '\nfilledline\nwraping text\n> '
806 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
840 const [rli, fi] = getInterface({ terminal: true, prompt: '' });
1188 rli.prompt();
1200 for (const prompt of expectedPrompts) {
1201 rli.setPrompt(prompt);
1202 assert.strictEqual(rli.getPrompt(), prompt);
1222 prompt: '$ ',
1226 rl.prompt();