dot/inputrc: Show completions on the first `tab' keypress.
[profile] / bin / disorder-notify
index e530cc3..e801d3d 100755 (executable)
@@ -3,6 +3,9 @@
 sub notify ($$) {
   my ($head, $body) = @_;
 
+  $body =~ s:\&:&:g;
+  $body =~ s:\<:&lt;:g;
+  $body =~ s:\>:&gt;:g;
   my $kid = fork;
   defined $kid or return;
   if (!$kid) {