Luke Shumaker a7b3ff1ea8 Handle "\n" -> newline expansion in the option_parser.
It makes more sense to handle escapes in configuration strings when we
parse them, rather than after-the-fact when we handle notifications that
use the relevant config options.

Do this in the proper backslash handler; rather than a naive string
replace which doesn't allow the backslash to be escaped (`\\n` => 0x5C0x0A
rather than 0x5C0x6E).
it to the proper backslash handler
2017-02-28 16:49:09 -05:00
..
2016-11-19 12:17:23 +02:00
2017-01-29 15:32:36 +02:00