aboutsummaryrefslogtreecommitdiff
path: root/src/command
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-01 00:04:05 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-01 00:04:05 +0200
commit134eff259382edad729bdce4f2b36185111898a2 (patch)
tree9ee94907c9067b2e7f01931a1cbbb57a2c1dcb4b /src/command
parente43bb78160d403a0d77759fcc2bc50fc0fc0337e (diff)
downloadriver-134eff259382edad729bdce4f2b36185111898a2.tar.gz
river-134eff259382edad729bdce4f2b36185111898a2.tar.xz
Rename mode command to enter_mode
Diffstat (limited to 'src/command')
-rw-r--r--src/command/enter_mode.zig (renamed from src/command/mode.zig)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/mode.zig b/src/command/enter_mode.zig
index 364e399..8c7e3e4 100644
--- a/src/command/mode.zig
+++ b/src/command/enter_mode.zig
@@ -21,7 +21,7 @@ const Error = @import("../command.zig").Error;
const Seat = @import("../Seat.zig");
/// Switch to the given mode
-pub fn mode(
+pub fn enterMode(
allocator: *std.mem.Allocator,
seat: *Seat,
args: []const []const u8,