ARGSUSED*/
| 1050 | |
| 1051 | /*ARGSUSED*/ |
| 1052 | void |
| 1053 | create_status_window_tty(struct xwindow *wp, /* window pointer */ |
| 1054 | boolean create_popup UNUSED, Widget parent) |
| 1055 | { |
| 1056 | wp->type = NHW_STATUS; |
| 1057 | wp->w = create_tty_status(parent, (Widget) 0); |
| 1058 | } |
| 1059 | |
| 1060 | void |
| 1061 | destroy_status_window_tty(struct xwindow *wp) |
no test coverage detected