summaryrefslogtreecommitdiff
blob: 409d6c803c9a53e0bce3855acb49bb56f2895484 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
if [[ -n "$DISPLAY" ]]
then
        set +m; /usr/bin/me32 "$@"
else
        # ixon allows ctrl S to be used for searching
        stty -ixon; /usr/bin/me32 "$@"; stty ixon
fi