<div>Oh yeah, in case anyone is wondering how invasive of a patch this is, this is the diff between the default R14B04 group.erl file and the new one:<br></div><div><br></div><div>35c35</div><div><     put(line_buffer, proplists:get_value(line_buffer, Options, history:load())),</div>

<div>---</div><div>>     put(line_buffer, proplists:get_value(line_buffer, Options, [])),</div><div>647d646</div><div><     history:add(Line),</div><div><br></div><div>Literally two lines changed, and it should not harm the current behaviour of the shell other than loading history.</div>

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
</blockquote></div><br>