Macro Language Reference > Macros > Tag > ttignret
  
ttignret
Description
Specifies that all the carriage returns in a given text stream should be mapped to a space.
Syntax
ttignret stream:t? on off:o?
ttignret
[no parameter]
If the on_off parameter is not specified, toggle map carriage returns on or off depending on current setting.
stream
The name of the stream whose carriage returns should be mapped: if the stream parameter is not specified, will use the current stream.
on off
0
Display carriage returns as normal in the text stream.
1
Map any carriage returns in the text stream as a single space.
Additional Information
 
The ttmapret command is now called ttignret. The ttignret keyword is still recognized for backward compatibility.