Home
last modified time | relevance | path

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

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c1680 int chat_y_pos, chatstatus_y_pos, log_y_pos; in scr_draw_main_window() local
1718 chat_y_pos = Log_Win_Height + 1; in scr_draw_main_window()
1720 chat_y_pos = 0; in scr_draw_main_window()
1739 chatWnd = newwin(CHAT_WIN_HEIGHT, maxX - Roster_Width, chat_y_pos, in scr_draw_main_window()
1741 activechatWnd = newwin(CHAT_WIN_HEIGHT, maxX - Roster_Width, chat_y_pos, in scr_draw_main_window()
1764 mvwin(chatWnd, chat_y_pos, chat_x_pos); in scr_draw_main_window()
1765 mvwin(rosterWnd, chat_y_pos, roster_x_pos); in scr_draw_main_window()
1852 int chat_x_pos, chat_y_pos; in resize_win_buffer() local
1859 chat_y_pos = Log_Win_Height + 1; in resize_win_buffer()
1861 chat_y_pos = 0; in resize_win_buffer()
[all …]