Top "Prompt" questions

prompt is a command-line or graphical interface which presents the user with a line editor or modal dialog and suspends execution until input is returned

javascript prompt number and continue prompting if answer is wrong

I need prompt the visitor for an integer between 1 and 100 and to continue prompting until a valid number is entered. …

javascript prompt
Returning from the '+' to '>' prompt in command line of R Studio

I know the prompt changes from < to + when the command line in R expects you to complete the current …

r command-line prompt
Oh-my-posh themes not working correctly with Powerline font and ConEmu

I use PowerShell as my shell on Windows 7. I find that ConEmu is a really good terminal. Since I am …

powershell shell customization prompt posh-git
How to set Text like Placeholder in JTextfield in swing

I want to put some texts in text-Field when the form is load which instruct to user and when user …

java swing jtextfield prompt windowbuilder
Detect empty value on prompt

How to detect an empty value when user presses ok on prompt (and previously empties the prompt field)? I need …

javascript prompt
Bash Prompt with Last Exit Code

So, I've been trying to customize by bash prompt so that it will look like [feralin@localhost ~]$ _ with colors. I …

linux bash prompt
Shell Prompt Line Wrapping Issue

I've done something to break my Bash Shell Prompt in OS X (10.5.7) Terminal. This is the PS1 that I had …

bash colors prompt ansi-escape
c# execute shell command and get result

I am executing a command prompt command as follows: string cmd = "/c dir" ; System.Diagnostics.Process proc = new System.Diagnostics.…

c# shell command output prompt
using the browser prompt to download a file

I have a php/mysql site in which I am trying to download a comma delimited file (CSV). The csv …

php mysql browser download prompt
Changing the way a JavaScript Alert() or Prompt() looks

Is there any way to change the looks of an alert or prompt in JavaScript? Things like adding an image, …

alert prompt javascript