]> git.xonotic.org Git - xonotic/darkplaces.git/commit
deduplicate Sys_ConsoleInput()
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 2 Jan 2024 09:31:51 +0000 (19:31 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 3 Jan 2024 00:14:07 +0000 (10:14 +1000)
commit6ddb09ae21b379f7b921a9f1f9216d87df86ae8a
tree113cafff3116bd4aaf4f0e804a2d6bbae52ba971
parentbfbabeee8f8ae8c5f35a147be7ab6ca31960b0e8
deduplicate Sys_ConsoleInput()

Fixes multiline stdin not working in the SDL client, but working in the
dedicated server.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
sys_sdl.c
sys_shared.c
sys_unix.c