Update prompt

This commit is contained in:
Derek Parker
2014-10-20 12:01:02 -05:00
parent 8e3f3e19e3
commit 15da4c2e89

View File

@ -152,7 +152,7 @@ func parseCommand(cmdstr string) (string, []string) {
}
func (t *term) promptForInput() (string, error) {
prompt := "dbg> "
prompt := "dlv> "
line := *goreadline.ReadLine(&prompt)
line = strings.TrimSuffix(line, "\n")
if line != "" {