Home
last modified time | relevance | path

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

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c1681 int roster_x_pos, chat_x_pos; in scr_draw_main_window() local
1726 roster_x_pos = maxX - Roster_Width; in scr_draw_main_window()
1729 roster_x_pos = 0; in scr_draw_main_window()
1738 rosterWnd = newwin(CHAT_WIN_HEIGHT, Roster_Width, chat_y_pos, roster_x_pos); in scr_draw_main_window()
1765 mvwin(rosterWnd, chat_y_pos, roster_x_pos); in scr_draw_main_window()