Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dchat.c353 static int chat_scroll_id = 15; variable
374 vscrollbar_set_bar_len (chat_win, chat_scroll_id, 0); in clear_chat_wins()
375 vscrollbar_set_pos (chat_win, chat_scroll_id, 0); in clear_chat_wins()
584 vscrollbar_set_bar_len (chat_win, chat_scroll_id, len); in update_chat_window()
585 vscrollbar_set_pos (chat_win, chat_scroll_id, len); in update_chat_window()
610 vscrollbar_set_bar_len (chat_win, chat_scroll_id, len); in update_chat_window()
611 vscrollbar_set_pos (chat_win, chat_scroll_id, len); in update_chat_window()
641 vscrollbar_set_bar_len (chat_win, chat_scroll_id, len); in update_chat_window()
642 vscrollbar_set_pos (chat_win, chat_scroll_id, len); in update_chat_window()
712 vscrollbar_set_pos(chat_win, chat_scroll_id, current_line); in switch_to_chat_tab()
[all …]