aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/follow.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/scripts/follow.sh')
-rwxr-xr-xexamples/data/scripts/follow.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh
index 8ae095c..01e92db 100755
--- a/examples/data/scripts/follow.sh
+++ b/examples/data/scripts/follow.sh
@@ -1,13 +1,13 @@
#!/bin/sh
-# This scripts acts on the return value of followLinks in follow.js
+# This scripts acts on the return value of followLinks in follow.js
result=$1
shift
case "$result" in
- XXXEMIT_FORM_ACTIVEXXX)
+ XXXFORM_ACTIVEXXX)
# a form element was selected
- printf 'event KEYCMD_CLEAR\n' > "$UZBL_FIFO"
+ echo 'event KEYCMD_CLEAR' > "$UZBL_FIFO"
;;
XXXRESET_MODEXXX)
# a link was selected, reset uzbl's input mode