Re: [PATCH master 1/3] console: move full ctrl+c implementation into separate file

2025-09-02 Thread Sascha Hauer
On Mon, 01 Sep 2025 16:12:55 +0200, Ahmad Fatoum wrote: > There is no reason to keep different ctrl+c implementations for the full > and simple console case. In preparation for unifying them, move the > implementation into its own file. > > Applied, thanks! [1/3] console: move full ctrl+c imp

[PATCH master 1/3] console: move full ctrl+c implementation into separate file

2025-09-02 Thread Ahmad Fatoum
There is no reason to keep different ctrl+c implementations for the full and simple console case. In preparation for unifying them, move the implementation into its own file. Signed-off-by: Ahmad Fatoum --- common/Makefile| 2 +- common/console.c | 60 -