kill nlcr/no-nlcr stuff from terminal

This commit is contained in:
Kevin Lange 2013-08-19 19:37:13 -07:00
parent 7351fa308b
commit 1e50d39d67

View File

@ -1130,12 +1130,6 @@ uint32_t shell_cmd_set(int argc, char * argv[]) {
} else if (!strcmp(argv[1], "no-force-raw")) {
shell_force_raw = 0;
return 0;
} else if (!strcmp(argv[1], "nlcr")) {
printf("\033[1004z");
fflush(stdout);
} else if (!strcmp(argv[1], "no-nlcr")) {
printf("\033[1003z");
fflush(stdout);
}
}