Synopsis:
   set display_ansi [on|off|toggle]

Description:
   When turned on, this setting will cause the client to allow escape
   sequences to be passed as-is to the display window.  The normal
   behavior is to convert all instances of ^[ (the ESC character) to [.
   This setting only affects the display window, not that status bar.

   This has the advantage of allowing ECHO and other commands to display
   special ANSI escape sequences for color and highlighting, etc.  It has
   the disadvantage that it makes the client vulnerable to "flash" attacks
   and other ANSI bombs that can scramble vt100-compatible displays.  Care
   should be taken when using this setting.

See Also:
   echo(5); xecho(5)