]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
con: support spaces in arguments and VFS tab completion via escapes
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 13 Aug 2024 04:28:34 +0000 (14:28 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 12 Sep 2024 15:44:43 +0000 (01:44 +1000)
commitfb40458983a7ceb23d8bc3f3ba5947970a5c5721
treeb05faf99fcd01d649423551931c339789c774a13
parent8d98ec82a83a8717ffde4c000426ab0b4dd2acf4
con: support spaces in arguments and VFS tab completion via escapes

This is consistent with how it's done in bash and other shells.

Renames `completednamebufferlength` and a `t` for clarity.

Changes GetMapList() to return the number of bytes written (and be
slightly faster), though it wasn't needed in the final version of this
patch.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
common.c
console.c
console.h
qdefs.h