X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FCLIShell_src%2Fmain.c;h=1f381e26120fab2fb7f8e046d5af9fa4d9e2f91c;hb=0dbc91f0676576b954aa95dafdb434ce19bc805c;hp=836c6f50ec718f6ebc5860b7acbdbb19cb676bc4;hpb=95a7eaaa4a1065334125b65130866f8d1048ddb7;p=tpg%2Facess2.git diff --git a/Usermode/Applications/CLIShell_src/main.c b/Usermode/Applications/CLIShell_src/main.c index 836c6f50..1f381e26 100644 --- a/Usermode/Applications/CLIShell_src/main.c +++ b/Usermode/Applications/CLIShell_src/main.c @@ -135,7 +135,7 @@ char *ReadCommandLine(int *Length) char *ret; int len, pos, space = 1023; char ch; - #if 1 + #if 0 int scrollbackPos = giLastCommand; #endif