Home
last modified time | relevance | path

Searched refs:mode_subwindow (Results 1 – 2 of 2) sorted by relevance

/dports/comms/xcwcp/unixcw-3.5.1/src/cwcp/
H A Dcwcp.c1114 wattron(mode_subwindow, A_REVERSE); in ui_initialize()
1116 wattroff(mode_subwindow, A_REVERSE); in ui_initialize()
1120 wrefresh(mode_subwindow); in ui_initialize()
1186 if (mode_subwindow) { in ui_destroy()
1187 delwin(mode_subwindow); in ui_destroy()
1188 mode_subwindow = NULL; in ui_destroy()
1646 wattroff(mode_subwindow, A_REVERSE); in ui_update_mode_selection()
1647 mvwaddstr(mode_subwindow, in ui_update_mode_selection()
1651 wattron(mode_subwindow, A_REVERSE); in ui_update_mode_selection()
1652 mvwaddstr(mode_subwindow, in ui_update_mode_selection()
[all …]
/dports/comms/unixcw/unixcw-3.5.1/src/cwcp/
H A Dcwcp.c1114 wattron(mode_subwindow, A_REVERSE); in ui_initialize()
1116 wattroff(mode_subwindow, A_REVERSE); in ui_initialize()
1120 wrefresh(mode_subwindow); in ui_initialize()
1186 if (mode_subwindow) { in ui_destroy()
1187 delwin(mode_subwindow); in ui_destroy()
1188 mode_subwindow = NULL; in ui_destroy()
1646 wattroff(mode_subwindow, A_REVERSE); in ui_update_mode_selection()
1647 mvwaddstr(mode_subwindow, in ui_update_mode_selection()
1651 wattron(mode_subwindow, A_REVERSE); in ui_update_mode_selection()
1652 mvwaddstr(mode_subwindow, in ui_update_mode_selection()
[all …]