--- libaitcli/src/cli.c 2022/10/17 22:04:24 1.11 +++ libaitcli/src/cli.c 2022/12/05 22:23:38 1.12 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.11 2022/10/17 22:04:24 misho Exp $ +* $Id: cli.c,v 1.12 2022/12/05 22:23:38 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -58,6 +58,7 @@ int cli_Cmd_Exit(void * __restrict cli_buffer, int idx, char ** __restrict args) { cli_Printf(cli_buffer, "\n"); + ((linebuffer_t*) cli_buffer)->line_kill = 42; return RETCODE_EOF; }