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

Function display_message_window

win/X11/winmesg.c:228–234  ·  view source on GitHub ↗

Redraw message window if new lines have been added. */

Source from the content-addressed store, hash-verified

226
227/* Redraw message window if new lines have been added. */
228void
229display_message_window(struct xwindow *wp)
230{
231 set_message_slider(wp);
232 if (wp->mesg_information->dirty)
233 redraw_message_window(wp);
234}
235
236/*
237 * Append a line of text to the message window. Split the line if the

Callers 3

X11_display_nhwindowFunction · 0.85
X11_mark_synchFunction · 0.85
X11_yn_function_coreFunction · 0.85

Calls 2

set_message_sliderFunction · 0.85
redraw_message_windowFunction · 0.85

Tested by

no test coverage detected