Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context menu #342

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
not calling system on context menu open-link, has to be properly impl…
…emented at some point
  • Loading branch information
br1tney5pear5 committed Dec 16, 2024
commit be9e55656a1ea52cdb0f576acfec2e37019416d7
2 changes: 1 addition & 1 deletion app/sheet.c
Original file line number Diff line number Diff line change
@@ -493,7 +493,7 @@ static zsvsheet_status zsvsheet_context_menu_open_link_handler(struct zsvsheet_p
fprintf(stderr, "opening link '%s'...\n", contents);
fprintf(stderr, "%s\n", command);

system(command);
//system(command);

return zsvsheet_status_ok;
}
Loading