]> git.ipfire.org Git - thirdparty/qemu.git/commit
chardev/mux: use bool type for `linestart` and `term_got_escape`
authorRoman Penyaev <r.peniaev@gmail.com>
Mon, 14 Oct 2024 15:24:03 +0000 (17:24 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 15 Oct 2024 08:26:01 +0000 (12:26 +0400)
commit1ba399406a8fa82ad24fd5208595ca429d2927ab
tree521433dcf4d1d20ce91209b8182b3023dc44068e
parent58e5a3ae427d8a625f803fbc5f2964e6986ebeac
chardev/mux: use bool type for `linestart` and `term_got_escape`

Those are boolean variables, not signed integers.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel@nongnu.org
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20241014152408.427700-4-r.peniaev@gmail.com>
chardev/char-mux.c
chardev/chardev-internal.h