summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-prompt.sh2
-rw-r--r--index.txt7
2 files changed, 4 insertions, 5 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index 96824a1..b14d5c6 100644
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -99,7 +99,7 @@
on=''
off=': '
- bell=`eval ${!error_bell} tput bel`
+ bell="\[`eval ${!error_bell} tput bel`\]"
colors_reset='\['`tput sgr0`'\]'
diff --git a/index.txt b/index.txt
index 6ae2c70..68ab294 100644
--- a/index.txt
+++ b/index.txt
@@ -1,6 +1,6 @@
-= GIT Prompt
+// This is asciidoc file. The HTML rendered page is at: http://volnitsky.com/project/git-prompt
-// To see HTML rendered web page go to: http://volnitsky.com/project/git-prompt
+= GIT Prompt
:v-p: http://volnitsky.com/project
:compact-option: compact
@@ -47,8 +47,7 @@ GIT. Enable if needed in <<config,config>>
Labels are visual cues to help figure out what terminal is running what command.
It is generalization of xterm-title but differ from xterm-title that it
can be displayed in other places (on screen windows titles for example).
-
-line and some other places. On screenshot below they are in red ovals.
+On screenshot below they are in red ovals.
image:screenshot-labels.png["labels screenshot", width="300", link="screenshot-labels.png"]