summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r--sys/ddb/db_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 27af265..dc07a1d 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -323,6 +323,7 @@ db_readline(lstart, lsize)
while (!db_inputchar(cngetc()))
continue;
+ db_capture_write(lstart, db_le - db_lbuf_start);
db_printf("\n"); /* synch output position */
*db_le = 0;
OpenPOWER on IntegriCloud