If you set this option to true, TinyMCE will force BR elements on newlines instead of inserting paragraphs. This option is set to false by default since paragraphs is a much better concept.
Example of usage of the force_br_newlines option:
tinyMCE.init({
...
force_br_newlines : true
});