[vte] vte.sh: Use consistent notation
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] vte.sh: Use consistent notation
- Date: Sun, 18 Jan 2015 17:20:28 +0000 (UTC)
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]