update lucida

This commit is contained in:
rsc 2006-03-20 02:25:59 +00:00
parent 7bd7fd2f4f
commit 17157e4aa8
24 changed files with 160 additions and 96 deletions

View file

@ -30,6 +30,7 @@ Disk *disk;
long seq;
char *winsize;
char *rxopt;
Rune baddir[] = { '<', 'b', 'a', 'd', 'd', 'i', 'r', '>', '\n'};
@ -56,6 +57,9 @@ main(int volatile argc, char **volatile argv)
case 'R':
Rflag++;
break;
case 'O':
rxopt = EARGF(usage());
break;
case 't':
samterm = EARGF(usage());
break;
@ -118,7 +122,7 @@ main(int volatile argc, char **volatile argv)
void
usage(void)
{
dprint("usage: sam [-d] [-t samterm] [-s sam name] -r machine\n");
dprint("usage: sam [-d] [-t samterm] [-s sam name] [-r machine] [file ...]\n");
exits("usage");
}