trigger line feed for CrOS as well (!OSX)

10.3.x-maintenance
cTn 2014-04-10 23:06:12 +02:00
parent ad717d5fe1
commit e01160dae7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function handle_CLI(readInfo) {
if (sequence_elements == 0) {
switch (data[i]) {
case 10: // line feed
if (GUI.operating_system == "Windows" || GUI.operating_system == "Linux" || GUI.operating_system == "UNIX") {
if (GUI.operating_system != "MacOS") {
text += "<br />";
}
break;