[vte] vte.sh: Use consistent notation



commit 75f76e851605c70a516e301311fc97101556cdbb
Author: Egmont Koblinger <egmont gmail com>
Date:   Sun Jan 18 18:11:53 2015 +0100

    vte.sh: Use consistent notation

 src/vte.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.sh b/src/vte.sh
index 95d20c7..65f1679 100644
--- a/src/vte.sh
+++ b/src/vte.sh
@@ -46,7 +46,7 @@ __vte_ps1() {
 }
 
 __vte_osc7 () {
-  printf "\033]7;file://%s%s\a" "${HOSTNAME:-}" "$(__vte_urlencode "${PWD}")"
+  printf "\033]7;file://%s%s\007" "${HOSTNAME:-}" "$(__vte_urlencode "${PWD}")"
 }
 
 __vte_prompt_command() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]