Skip to content

Commit

Permalink
Use the extended-prompt.
Browse files Browse the repository at this point in the history
This fixes gdbinit#19.
  • Loading branch information
Benjamin Chrétien committed Apr 17, 2014
1 parent 2c7955b commit a562f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ source ~/.gdbinit.local

# can't use the color functions because we are using the set command
if $COLOREDPROMPT == 1
set prompt \033[31mgdb$ \033[0m
set extended-prompt \[\e[31m\]gdb$ \[\e[0m\]
end

# Initialize these variables else comparisons will fail for coloring
Expand Down

0 comments on commit a562f55

Please sign in to comment.