diff options
author | Oskar <[email protected]> | 2024-04-07 19:45:50 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-07 19:45:50 +0200 |
commit | 5d9aa978796cd7290c4c7ece59a75da532fd839c (patch) | |
tree | d7b224836951d7a4aee253972fb6c556fce27634 /startmode.c | |
parent | 28bcb44c3690c5f58f25358341739a81e6535edc (diff) |
N is completely done, will start on X maybe?
Diffstat (limited to 'startmode.c')
-rw-r--r-- | startmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/startmode.c b/startmode.c index 80b5427..8dd918d 100644 --- a/startmode.c +++ b/startmode.c @@ -119,11 +119,11 @@ int startmode(char filename[]) { switch(multiple[0]) { case 'l': case 'L': - focus = call_L(multiple, focus, Flines); + focus = call_L(multiple, focus, Flines); // implemented break; case 'n': case 'N': - call_N(multiple, focus, Flines, filename); + call_N(multiple, focus, Flines, filename); // Implemented break; case 'x': case 'X': |