We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cac3d commit 28421d4Copy full SHA for 28421d4
lib/src/application/components/ask.dart
@@ -118,6 +118,8 @@ final class Ask<T> with TerminalTools implements Component<Future<T>> {
118
119
stdout.writeAnsiAll([
120
const CursorPosition.moveUp(1),
121
+ CursorPosition.moveToColumn(_message.length + 2),
122
+ const CursorPosition.moveRight(2),
123
SetStyles(Style.foreground(Color.brightBlack)),
124
]);
125
0 commit comments