* Broken-up patch #7
@ 2004-05-28 23:08 Tommy McCabe
0 siblings, 0 replies; only message in thread
From: Tommy McCabe @ 2004-05-28 23:08 UTC (permalink / raw)
To: linux-8086
Gets rid of blank "case ' '" things from levee so it
will compile.
diff -ruN ./elks-stuff/elkscmd/levee/editcor.c
./elks/elkscmd/levee/editcor.c
--- ./elks-stuff/elkscmd/levee/editcor.c 2004-05-28
16:02:01.000000000 -0400
+++ ./elks/elkscmd/levee/editcor.c 2004-04-18
19:03:09.000000000 -0400
@@ -444,14 +444,16 @@
strcat(gcb,"c$"); break;
case 'Y': /* yank ... */
strcat(gcb,"y$"); break;
+/*
case ' ': /* scroll up one page */
- strcpy(gcb,"22 "); break;
+/* strcpy(gcb,"22 "); break;
case ' ': /* ... down one page */
- strcpy(gcb,"22 "); break;
+/* strcpy(gcb,"22 "); break;
case ' ': /* scroll up one line */
- strcpy(gcb,"1 "); break;
+/* strcpy(gcb,"1 "); break;
case ' ': /* ... down one line */
- strcpy(gcb,"1 "); break;
+/* strcpy(gcb,"1 "); break;
+*/
default:
error();
return 0;
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-28 23:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 23:08 Broken-up patch #7 Tommy McCabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox