Skip to content

Commit

Permalink
Macro "font" changes the EDIT font only
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Knigge committed Oct 29, 2022
1 parent 1b6ad98 commit 3f1ddb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macros/font.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ void main(void)
if(strcmp(SPFservice("dialog", "setfont"), "OK") == 0)
{
SPFservice("cmd", strcompose("FONTSET EDIT,", SPFservice("vget", "SETFONT.List.Reply.1"));
SPFservice("cmd", strcompose("FONTSET DIALOG,", SPFservice("vget", "SETFONT.List.Reply.1"));
SPFservice("cmd", strcompose("FONTSET PRINT,", SPFservice("vget", "SETFONT.List.Reply.1"));
}
}

0 comments on commit 3f1ddb6

Please sign in to comment.