term.widgets
simple_confirm(text) -> confirmed
text
confirmed
Display a confirmation prompt and wait for y/n
Writes text inline (no dialog box) and waits for a single keypress. Returns true for y or Y, false for anything else.
y
Y