summaryrefslogtreecommitdiff
path: root/mutt/mutt-editor
blob: ec32f10fb094d5dae878f19d8d0a075f443063c3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Script to run editor from mutt. For some reason, the combination of
# mutt and Emacs results in gnome-terminal getting confused. Running
# clear fixes that.

set -eu

"$EDITOR" "$@"
reset