From 59fd23e0a12e1f18a5c76c3afe4fce3d7b4ff2b6 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 9 Aug 2009 20:40:16 +0200 Subject: fix UrgencyHook docs (\a -> \\a in Haddock) Ignore-this: a1fcfe2446184a8cea4553fd68565b58 darcs-hash:20090809184016-1e371-6dd9048634ffaccfbebb1461f5f8bad774dee82d.gz --- XMonad/Hooks/UrgencyHook.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Hooks/UrgencyHook.hs b/XMonad/Hooks/UrgencyHook.hs index 79b171c..45f57ec 100644 --- a/XMonad/Hooks/UrgencyHook.hs +++ b/XMonad/Hooks/UrgencyHook.hs @@ -138,7 +138,7 @@ import Foreign (unsafePerformIO) -- two parts: -- -- * The console app must send a ^G (bell). In bash, a helpful trick is --- @sleep 1; echo -e \'\a\'@. +-- @sleep 1; echo -e \'\\a\'@. -- -- * The terminal must convert the bell into UrgencyHint. -- -- cgit v1.2.3