|
|
|
|
@ -34,7 +34,7 @@ static KCmdLineOptions options[] = |
|
|
|
|
{ "nohist", I18N_NOOP("Do not save lines in scroll-back buffer"), 0 }, |
|
|
|
|
{ "vt_sz CCxLL", I18N_NOOP("Terminal size in columns x lines"), 0 }, |
|
|
|
|
{ "e <command>", I18N_NOOP("Execute 'command' instead of shell"), 0 }, |
|
|
|
|
//FIXME: WABA: We need a way to say that all options after -e
|
|
|
|
|
//FIXME: WABA: We need a way to say that all options after -e
|
|
|
|
|
// should be treated as arguments.
|
|
|
|
|
{ "+[args]", I18N_NOOP("Arguments for 'command'"), 0 }, |
|
|
|
|
{ 0, 0, 0 } |
|
|
|
|
@ -120,7 +120,7 @@ int main(int argc, char* argv[]) |
|
|
|
|
|
|
|
|
|
// ///////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
putenv((char*)"COLORTERM="); // to trigger mc's color detection
|
|
|
|
|
putenv(strdup("COLORTERM=")); // to trigger mc's color detection
|
|
|
|
|
|
|
|
|
|
if (a.isRestored()) |
|
|
|
|
{ |
|
|
|
|
|