mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-04 20:18:01 +02:00
lint: fix code for clang-tidy
This commit is contained in:
@@ -54,7 +54,7 @@ struct session st_session(bool include_defshell) {
|
||||
}
|
||||
|
||||
void st_ch_focus(char direction) {
|
||||
focused_input = (focused_input + direction) % inputs_n;
|
||||
focused_input = (focused_input + direction) % INPUTS_N;
|
||||
ui_update_cursor_focus();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user