]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cbuf: prepend keybind commands instead of appending to skip waits
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 25 Sep 2023 09:32:26 +0000 (19:32 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Sep 2023 04:40:26 +0000 (14:40 +1000)
commit6b21c467a83808e3becf61afe7b67a88f870b502
tree1ab82a03b82ff306b7567d98ddd10dfbf8d671fd
parentce3aa4edca37ac153738126cf7bff84a615e5bc2
cbuf: prepend keybind commands instead of appending to skip waits

This prevents user inputs being delayed by `wait` commands that other
sources may have added to the buffer.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
keys.c