Rename focus -> focus-view

This commit is contained in:
Isaac Freund
2020-06-02 14:04:23 +02:00
parent 9856bc92ec
commit 0e9ecb6051
3 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ const ViewStack = @import("../view_stack.zig").ViewStack;
/// Focus either the next or the previous visible view, depending on the enum
/// passed. Does nothing if there are 1 or 0 views in the stack.
pub fn focus(
pub fn focusView(
allocator: *std.mem.Allocator,
seat: *Seat,
args: []const []const u8,