From 54dd830ece95d7a2666d0ec2931c873116f76411 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 14 Apr 2024 19:12:45 +0200 Subject: Updated usage and removed some testing code. Added some comments. I found a bug with 'D' but i will investigate tomorrow. --- startmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startmode.c') diff --git a/startmode.c b/startmode.c index 372cc94..cc19376 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); // implemented + focus = call_L(multiple, focus, Flines); break; case 'n': case 'N': - call_N(multiple, focus, Flines, filename); // Implemented + call_N(multiple, focus, Flines, filename); break; case 'x': case 'X': -- cgit v1.2.3