MCPcopy Create free account
hub / github.com/NetHack/NetHack / init_tty_number

Function init_tty_number

outdated/sys/mac/mactty.c:274–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274short
275init_tty_number(WindowPtr window, short font_number, short font_size,
276 short x_size, short y_size)
277{
278 RECORD_EXISTS(record);
279
280 record->font_number = font_number;
281 record->font_size = font_size;
282 record->x_size = x_size;
283 record->y_size = y_size;
284
285 return force_tty_coordinate_system_recalc(window);
286}
287
288/*
289 * Done with a window - destroy it. Release the memory only if

Callers 1

_mt_init_stuffFunction · 0.85

Calls 1

Tested by

no test coverage detected