Skip to content

Commit fb84252

Browse files
committed
[macros] Add escapechar setting for "outputblock" environment.
1 parent 4d1fbb7 commit fb84252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
#1:}}\CodeBlockSetup}{}
612612

613613
% An environment for command / program output that is not C++ code.
614-
\lstnewenvironment{outputblock}{\lstset{language=}}{}
614+
\lstnewenvironment{outputblock}{\lstset{escapechar=@, language=}}{}
615615

616616
% A code block in which single-quotes are digit separators
617617
% rather than character literals.

0 commit comments

Comments
 (0)