| To: | "KDB (E-mail)" <kdb@xxxxxxxxxxx> |
|---|---|
| Subject: | A bug in the former command line patch |
| From: | "Zhang, Sonic" <sonic.zhang@xxxxxxxxx> |
| Date: | Fri, 6 Dec 2002 12:48:59 +0800 |
| Sender: | kdb-bounce@xxxxxxxxxxx |
Hi,
I find a bug in my last command line patch.
I forget to print a new line when resuming printing after "more>"
prompt.
Sonic Zhang
----------------------------------------------------
--- linux-kdb/kdb/kdb_io.c Fri Dec 6 12:18:23 2002
+++ linux-kdb-cmdline/kdb/kdb_io.c Fri Dec 6 12:19:07 2002
@@ -249,6 +249,7 @@
kdb_nextline = 1; /* Really set output line 1 */
+ kdb_printf("\n");
if ((buf1[0] == 'q') || (buf1[0] == 'Q'))
do_longjmp = 1;
----------------------------------------------------
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Re: Problem in using KDB, arun4linux |
|---|---|
| Next by Date: | RE: A bug in the former command line patch, Zhang, Sonic |
| Previous by Thread: | Problem in using KDB, arun4linux |
| Next by Thread: | RE: A bug in the former command line patch, Zhang, Sonic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |