no screen flash on escape
This commit is contained in:
parent
7e9b3cd2ca
commit
02f9084bfe
@ -6,6 +6,8 @@ result="$(case "$1" in
|
|||||||
*) echo "other" ;;
|
*) echo "other" ;;
|
||||||
esac)"
|
esac)"
|
||||||
|
|
||||||
|
[ -z "$result" ] && exit 1
|
||||||
|
|
||||||
if test "$result" = "other"; then
|
if test "$result" = "other"; then
|
||||||
exec /usr/bin/abduco "$@"
|
exec /usr/bin/abduco "$@"
|
||||||
fi
|
fi
|
||||||
|
1
sup/.gitignore
vendored
1
sup/.gitignore
vendored
@ -5,3 +5,4 @@ sync-back-ok
|
|||||||
xapian
|
xapian
|
||||||
contacts.txt
|
contacts.txt
|
||||||
labels.txt
|
labels.txt
|
||||||
|
drafts
|
||||||
|
Loading…
Reference in New Issue
Block a user