diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-01-22 12:21:45 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-01-22 12:21:45 +1300 |
commit | 0070a300bc281d15a695709b7dd2e1cb9017913a (patch) | |
tree | 6dc9392c224ef29bc2c1c80072557360b6681f0f | |
parent | 4d19cb5c537c41567f3279cae65b45f0eda30427 (diff) | |
download | bedrock-pc-0070a300bc281d15a695709b7dd2e1cb9017913a.zip |
Add -c alias for --show-cursor
-rw-r--r-- | src/bin/br.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/br.rs b/src/bin/br.rs index 431ae39..8eb4135 100644 --- a/src/bin/br.rs +++ b/src/bin/br.rs @@ -390,7 +390,7 @@ xflags::xflags! { /// Set a debug colour palette in the format <rgb>,... (toggle with F2) optional --palette colours: ParsedPalette /// Show the operating system cursor over the window - optional --show-cursor + optional -c, --show-cursor /// Decode standard input optional -i, --decode-stdin /// Encode standard output |