This commit is contained in:
german 2026-01-05 22:47:38 +04:00
parent c22eaffeff
commit ab230ab630
2 changed files with 1 additions and 1 deletions

BIN
wincmd

Binary file not shown.

View File

@ -72,7 +72,7 @@ int _lib_wincmd_main(int argc, char** argv) {
if (str[0] == '-') {
unsigned char loc = 0;
if (str[1] == '-') loc ++;
switch (str[1] + loc) {
switch (str[1 + loc]) {
default:
if (get_command == true) break;
wincmd_error("Cannot find option!");