Changes needed in the mac terminal port due to globals changes.

This commit is contained in:
Bart House
2018-12-22 13:53:10 -08:00
parent c8ae68b06a
commit b863fad3ea
5 changed files with 9 additions and 8 deletions

View File

@@ -493,7 +493,7 @@ tty_start_screen()
/* set up callback in case option is not set yet but toggled later */
decgraphics_mode_callback = tty_decgraphics_termcap_fixup;
#endif
if (Cmd.num_pad)
if (g.Cmd.num_pad)
tty_number_pad(1); /* make keypad send digits */
}