tin
2.6.1
About: TIN is a threaded NNTP and spool based UseNet newsreader.
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | PAGE_HEADER 4 |
#define | ARTLINES (NOTESLINES - (PAGE_HEADER - INDEX_TOP)) |
#define | XFACE_SHOW() /*nothing*/ |
#define | XFACE_CLEAR() /*nothing*/ |
#define | XFACE_SUPPRESS() /*nothing*/ |
Functions | |
static int | build_url_list (void) |
static int | load_article (int new_respnum, struct t_group *group) |
static int | prompt_response (int ch, int curr_respnum) |
static int | scroll_page (int dir) |
static t_bool | deactivate_next_ctrl_l (void) |
static t_bool | activate_last_ctrl_l (void) |
static t_bool | process_url (int n) |
static t_bool | url_page (void) |
static t_function | page_left (void) |
static t_function | page_right (void) |
static t_function | page_mouse_action (t_function(*left_action)(void), t_function(*right_action)(void)) |
static t_function | url_left (void) |
static t_function | url_right (void) |
static void | build_url_line (int i) |
static void | draw_page_header (const char *group) |
static void | draw_percent_mark (long cur_num, long max_num) |
static void | draw_url_arrow (void) |
static void | free_url_list (void) |
static void | preprocess_info_message (FILE *info_fh) |
static void | print_message_page (FILE *file, t_lineinfo *messageline, size_t messagelines, size_t base_line, size_t begin, size_t end, int help_level) |
static void | process_search (int *lcurr_line, size_t message_lines, size_t screen_lines, int help_level) |
static void | show_url_page (void) |
static void | invoke_metamail (FILE *fp) |
int | show_page (struct t_group *group, int start_respnum, int *threadnum) |
void | draw_page (const char *group, int part) |
void | toggle_raw (struct t_group *group) |
void | resize_article (t_bool wrap_lines, t_openartinfo *artinfo) |
void | info_pager (FILE *info_fh, const char *title, t_bool wrap_at_ends) |
void | display_info_page (int part) |
t_url * | find_url (int n) |
Variables | |
int | curr_line |
static FILE * | note_fp |
static int | artlines |
static t_lineinfo * | artline |
static t_url * | url_list |
t_openartinfo | pgart |
int | last_resp |
int | this_resp |
size_t | tabwidth = 8 |
static struct t_header * | note_h = &pgart.hdr |
static FILE * | info_file |
static const char * | info_title |
static int | curr_info_line |
static int | hide_uue |
static int | num_info_lines |
static int | reveal_ctrl_l_lines |
static int | rotate |
static int | scroll_region_top |
static int | search_line |
static t_lineinfo * | infoline = (t_lineinfo *) 0 |
static t_bool | show_all_headers |
static t_bool | show_raw_article |
static t_bool | reveal_ctrl_l |
static t_menu | urlmenu = { 0, 0, 0, show_url_page, draw_url_arrow, build_url_line } |
#define ARTLINES (NOTESLINES - (PAGE_HEADER - INDEX_TOP)) |
|
static |
Definition at line 274 of file page.c.
References artline, C_CTRLL, curr_line, FALSE, reveal_ctrl_l, reveal_ctrl_l_lines, and TRUE.
Referenced by show_page().
|
static |
Definition at line 2595 of file page.c.
References cCOLS, cCRLF, t_screen::col, find_url(), INDEX2LNUM, INDEX2SNUM, my_malloc, screen, snprintf, tin_ltoa(), urllist::url, and WriteLine.
Referenced by show_url_page().
|
static |
Definition at line 2654 of file page.c.
References ARRAY_SIZE, artline, artlines, C_MAIL, C_NEWS, C_URL, openartinfo::cooked, regex_cache::extra, FALSE, forever, mail_regex, my_malloc, my_strdup(), news_regex, urllist::next, lineinfo::offset, pgart, regex_cache::re, SEEK_SET, tin_fgets(), urllist::url, url_list, and url_regex.
Referenced by url_page().
|
static |
Definition at line 245 of file page.c.
References artline, ARTLINES, artlines, C_CTRLL, curr_line, end, FALSE, reveal_ctrl_l, reveal_ctrl_l_lines, and TRUE.
Referenced by show_page().
void display_info_page | ( | int | part | ) |
Definition at line 2320 of file page.c.
References center_line(), cInfopager, ClearScreen(), curr_info_line, draw_percent_mark(), end, have_linescroll, INDEX_TOP, info_file, INFO_PAGER, info_title, infoline, NOTESLINES, num_info_lines, print_message_page(), scroll_region_top, signal_context, stow_cursor(), and TRUE.
Referenced by handle_resize(), info_pager(), and process_search().
void draw_page | ( | const char * | group, |
int | part | ||
) |
Definition at line 1175 of file page.c.
References _, artline, ARTLINES, artlines, arts, BLANK_PAGE_COLS, buf, cCOLS, clear_message(), ClearScreen(), cLINES, cPage, curr_line, draw_page_header(), draw_percent_mark(), end, EndInverse(), have_linescroll, LEN, MoveCursor(), my_flush, my_fputs, note_fp, note_h, PAGE_HEADER, PAGE_LEVEL, print_message_page(), scroll_region_top, search_line, show_raw_article, signal_context, StartInverse(), stow_cursor(), STRCPY, strunc(), strwidth(), this_resp, tinrc, txt_last_resp, txt_next_resp, and t_header::xface.
Referenced by feed_articles(), handle_resize(), load_article(), process_search(), show_page(), and toggle_raw().
|
static |
Definition at line 1327 of file page.c.
References _, abbr_groupname(), t_config::abbreviate_groupname, arts, t_group::attribute, BlankIfNull, buf, cCOLS, cCRLF, curr_group, t_header::date, t_attribute::date_format, EndInverse(), expand_tab(), FreeIfNeeded, grpmenu, idna_decode(), LEN, MAX, t_menu::max, my_fputc, my_fputs, my_malloc, my_printf, my_realloc, my_strftime(), name, note_h, num_of_responses(), t_header::org, pgart, snprintf, StartInverse(), strunc(), t_header::subj, t_article::subject, tabwidth, openartinfo::tex2iso, this_resp, tin_ltoa(), tinrc, txt_1_resp, txt_art_x_of_n, txt_at_s, txt_lines, txt_no_responses, txt_tex, txt_thread_x_of_n, txt_x_resp, which_response(), and which_thread().
Referenced by draw_page().
|
static |
Definition at line 2720 of file page.c.
References _, BLANK_PAGE_COLS, buf, cCOLS, clear_message(), cLINES, EndInverse(), MoveCursor(), my_flush, my_fputs, NOTESLINES, snprintf, StartInverse(), strwidth(), tinrc, and txt_more.
Referenced by display_info_page(), and draw_page().
|
static |
Definition at line 2566 of file page.c.
References _, t_menu::curr, draw_arrow_mark(), find_url(), t_menu::first, INDEX_TOP, t_config::info_in_last_line, info_message(), t_menu::max, tinrc, txt_end_of_urls, urllist::url, and urlmenu.
Referenced by show_url_page(), and url_page().
t_url * find_url | ( | int | n | ) |
Definition at line 2581 of file page.c.
References urllist::next, and url_list.
Referenced by build_url_line(), draw_url_arrow(), generic_search(), and process_url().
|
static |
Definition at line 2705 of file page.c.
References urllist::next, urllist::url, and url_list.
Referenced by url_page().
void info_pager | ( | FILE * | info_fh, |
const char * | title, | ||
t_bool | wrap_at_ends | ||
) |
Definition at line 2174 of file page.c.
References _, ClearScreen(), curr_info_line, display_info_page(), forever, func, GLOBAL_ABORT, GLOBAL_FIRST_PAGE, GLOBAL_LAST_PAGE, GLOBAL_LINE_DOWN, GLOBAL_LINE_UP, GLOBAL_PAGE_DOWN, GLOBAL_PAGE_UP, GLOBAL_QUIT, GLOBAL_SEARCH_REPEAT, GLOBAL_SEARCH_SUBJECT_BACKWARD, GLOBAL_SEARCH_SUBJECT_FORWARD, GLOBAL_TOGGLE_HELP_DISPLAY, handle_keypad(), info_file, info_keys, info_message(), INFO_PAGER, info_title, infoline, KEYMAP_DOWN, KEYMAP_UP, last_search, NOTESLINES, num_info_lines, offset, page_left(), page_mouse_action(), page_right(), preprocess_info_message(), process_search(), reset_srch_offsets(), t_config::scroll_lines, scroll_page(), search_article(), search_line, set_xclick_off(), tinrc, toggle_mini_help(), txt_begin_of_page, and txt_end_of_page.
Referenced by show_help_page().
|
static |
Definition at line 1259 of file page.c.
References _, buf, EndWin(), FALSE, homedir, InitWin(), INTERNAL_CMD, invoke_cmd(), LEN, t_config::metamail_prog, my_tmpfile(), offset, PATH_LEN, perror_message(), prompt_continue(), Raw(), SEEK_SET, snprintf, tinrc, TRUE, txt_command_failed, and unlink.
Referenced by load_article().
|
static |
Definition at line 1837 of file page.c.
References _, ART_ABORT, art_close(), ART_KILLED, ART_KILLED_UNREAD, art_mark(), art_open(), ART_READ, ART_UNAVAILABLE, artline, artlines, arts, t_attribute::ask_for_metamail, t_group::attribute, openartinfo::cooked, openartinfo::cooked_lines, openartinfo::cookl, curr_line, debug, DEBUG_MISC, decode_save_mime(), draw_page(), t_header::ext, FALSE, GRP_ARTABORT, GRP_ARTUNAVAIL, t_config::hide_uue, hide_uue, INTERNAL_CMD, invoke_metamail(), IS_PLAINTEXT, t_article::killed, last_resp, t_config::metamail_prog, t_header::mime, t_group::name, note_fp, note_h, pgart, prompt_yn(), openartinfo::raw, reset_srch_offsets(), resize_article(), reveal_ctrl_l, reveal_ctrl_l_lines, rotate, search_line, show_all_headers, show_raw_article, srch_lineno, this_resp, tinrc, TRUE, txt_art_unavailable, txt_reading_article, txt_use_mime, wait_message(), XFACE_SHOW, and XFACE_SUPPRESS.
Referenced by show_page().
|
static |
Definition at line 189 of file page.c.
References GLOBAL_QUIT.
Referenced by info_pager(), and show_page().
|
static |
Definition at line 205 of file page.c.
References cLINES, func, GLOBAL_PAGE_DOWN, GLOBAL_PAGE_UP, MOUSE_BUTTON_1, MOUSE_BUTTON_2, MOUSE_BUTTON_3, NOT_ASSIGNED, SPECIAL_MOUSE_TOGGLE, and xmouse.
Referenced by info_pager(), and show_page().
|
static |
Definition at line 197 of file page.c.
References PAGE_NEXT_UNREAD.
Referenced by info_pager(), and show_page().
|
static |
Definition at line 2363 of file page.c.
References FALSE, lineinfo::flags, FreeAndNull, infoline, my_malloc, my_realloc, num_info_lines, lineinfo::offset, and tin_fgets().
Referenced by info_pager().
|
static |
Definition at line 1037 of file page.c.
References C_BODY, C_CTRLL, C_MAIL, C_NEWS, C_SIG, C_URL, cCOLS, cCRLF, CleartoEOS(), draw_pager_line(), end, FALSE, lineinfo::flags, highlight_regexes(), INFO_PAGER, mail_regex, t_config::mono_markdash, t_config::mono_markslash, t_config::mono_markstar, t_config::mono_markstroke, MoveCursor(), news_regex, lineinfo::offset, reveal_ctrl_l, reveal_ctrl_l_lines, rotate, screen, scroll_region_top, SEEK_SET, show_mini_help(), show_raw_article, slashes_regex, snprintf, stars_regex, strip_line(), strokes_regex, strunc(), strwidth(), tin_fgets(), tinrc, underscores_regex, t_config::url_highlight, url_regex, and word_highlight.
Referenced by display_info_page(), and draw_page().
|
static |
Definition at line 1986 of file page.c.
References curr_group, display_info_page(), draw_page(), end, get_search_vectors(), highlight_string(), INFO_PAGER, t_group::name, PAGE_LEVEL, scroll_region_top, and search_line.
Referenced by info_pager(), and show_page().
|
static |
Definition at line 2623 of file page.c.
References _, cursoroff(), escape_shell_meta(), FALSE, find_url(), HIST_URL, invoke_cmd(), my_malloc, my_realloc, no_quote, prompt_default_string(), snprintf, tinrc, TRUE, txt_url_open, urllist::url, t_config::url_handler, and wait_message().
Referenced by url_page().
|
static |
Definition at line 1960 of file page.c.
References _, clear_message(), find_response(), prompt_num(), txt_select_art, and which_thread().
Referenced by show_page().
void resize_article | ( | t_bool | wrap_lines, |
t_openartinfo * | artinfo | ||
) |
Definition at line 2152 of file page.c.
References _, artline, artlines, cook_article(), openartinfo::cooked, openartinfo::cooked_lines, openartinfo::cookl, EXIT_FAILURE, FALSE, hide_uue, note_fp, pgart, show_all_headers, show_raw_article, tin_done(), tin_progname, and txt_cook_article_failed_exiting.
Referenced by config_page(), handle_resize(), load_article(), mail_to_author(), post_response(), repost_article(), and show_page().
|
static |
Definition at line 145 of file page.c.
References ARTLINES, cLINES, cPage, FALSE, KEYMAP_UP, NOTESLINES, t_config::scroll_lines, scroll_region_top, ScrollScreen(), SetScrollRegion(), signal_context, tinrc, and TRUE.
Referenced by info_pager(), and show_page().
int show_page | ( | struct t_group * | group, |
int | start_respnum, | ||
int * | threadnum | ||
) |
Definition at line 306 of file page.c.
References _, activate_last_ctrl_l(), art_edit(), art_mark(), ART_UNAVAILABLE, ART_WILL_RETURN, t_msgid::article, artline, ARTLINES, artlines, t_article::artnum, arts, assert, attachment_page(), t_group::attribute, base, bool_not, buf, C_QUOTE1, C_QUOTE2, C_QUOTE3, can_post, cancel_article(), CATCHUP, CATCHUP_NEXT_UNREAD, config_page(), t_menu::curr, curr_line, cvers, deactivate_next_ctrl_l(), DIGIT_1, DIGIT_2, DIGIT_3, DIGIT_4, DIGIT_5, DIGIT_6, DIGIT_7, DIGIT_8, DIGIT_9, draw_page(), FALSE, feed_articles(), FEED_AUTOSAVE, FEED_MAIL, FEED_PIPE, FEED_PRINT, FEED_REPOST, FEED_SAVE, filter_articles(), filter_file, filter_file_offset, filter_menu(), find_artnum(), fixup_thread(), forever, func, func_to_key(), GLOBAL_ABORT, GLOBAL_DISPLAY_POST_HISTORY, GLOBAL_EDIT_FILTER, GLOBAL_FIRST_PAGE, GLOBAL_HELP, GLOBAL_LAST_PAGE, GLOBAL_LAST_VIEWED, GLOBAL_LINE_DOWN, GLOBAL_LINE_UP, GLOBAL_LOOKUP_MESSAGEID, GLOBAL_MENU_FILTER_KILL, GLOBAL_MENU_FILTER_SELECT, GLOBAL_OPTION_MENU, GLOBAL_PAGE_DOWN, GLOBAL_PAGE_UP, GLOBAL_PIPE, GLOBAL_POST, GLOBAL_POSTPONED, GLOBAL_PRINT, GLOBAL_QUICK_FILTER_KILL, GLOBAL_QUICK_FILTER_SELECT, GLOBAL_QUIT, GLOBAL_QUIT_TIN, GLOBAL_REDRAW_SCREEN, GLOBAL_SEARCH_AUTHOR_BACKWARD, GLOBAL_SEARCH_AUTHOR_FORWARD, GLOBAL_SEARCH_BODY, GLOBAL_SEARCH_REPEAT, GLOBAL_SEARCH_SUBJECT_BACKWARD, GLOBAL_SEARCH_SUBJECT_FORWARD, GLOBAL_SHELL_ESCAPE, GLOBAL_TOGGLE_HELP_DISPLAY, GLOBAL_TOGGLE_INFO_LAST_LINE, GLOBAL_TOGGLE_INVERSE_VIDEO, GLOBAL_VERSION, t_config::goto_next_unread, GOTO_NEXT_UNREAD_PGDN, GOTO_NEXT_UNREAD_TAB, GROUP_TYPE_MAIL, GROUP_TYPE_NEWS, GRP_ARTUNAVAIL, GRP_EXIT, GRP_GOTOTHREAD, GRP_KILLED, GRP_NEXT, GRP_NEXTUNREAD, GRP_QUIT, GRP_RETSELECT, grpmenu, handle_keypad(), HAS_FOLLOWUPS, hide_uue, info_message(), invoke_editor(), is_art_tex_encoded(), KEYMAP_DOWN, KEYMAP_UP, t_config::kill_level, KILL_NOTHREAD, t_article::killed, last_resp, last_search, LEN, load_article(), mail_to_author(), t_attribute::mailing_list, make_threads(), MARK_ARTICLE_UNREAD, MARK_THREAD_UNREAD, t_menu::max, MAXKEYLEN, my_retouch, t_group::name, next_response(), next_thread(), next_unread(), NOT_ASSIGNED, note_fp, PAGE_AUTOSAVE, PAGE_BOTTOM_THREAD, PAGE_CANCEL, PAGE_EDIT_ARTICLE, PAGE_FOLLOWUP, PAGE_FOLLOWUP_QUOTE, PAGE_FOLLOWUP_QUOTE_HEADERS, PAGE_GOTO_PARENT, PAGE_GROUP_SELECT, page_keys, page_left(), PAGE_LEVEL, PAGE_LIST_THREAD, PAGE_MAIL, PAGE_MARK_THREAD_READ, page_mouse_action(), PAGE_NEXT_ARTICLE, PAGE_NEXT_THREAD, PAGE_NEXT_UNREAD, PAGE_NEXT_UNREAD_ARTICLE, PAGE_PREVIOUS_ARTICLE, PAGE_PREVIOUS_UNREAD_ARTICLE, PAGE_REPLY, PAGE_REPLY_QUOTE, PAGE_REPLY_QUOTE_HEADERS, PAGE_REPOST, PAGE_REVEAL, page_right(), PAGE_SAVE, PAGE_SKIP_INCLUDED_TEXT, PAGE_TAG, PAGE_TOGGLE_HEADERS, PAGE_TOGGLE_HIGHLIGHTING, PAGE_TOGGLE_RAW, PAGE_TOGGLE_ROT13, PAGE_TOGGLE_TABS, PAGE_TOGGLE_TEX2ISO, PAGE_TOGGLE_UUE, PAGE_TOP_THREAD, PAGE_VIEW_ATTACHMENTS, PAGE_VIEW_URL, t_msgid::parent, pgart, pickup_postponed_articles(), pos_first_unread_thread(), post_article(), post_hist_page(), post_response(), prev_response(), prev_unread(), PrintFuncKey, process_search(), prompt_msgid(), prompt_response(), prompt_yn(), quick_filter(), openartinfo::raw, read_filter_file(), t_article::refptr, resize_article(), reveal_ctrl_l, reveal_ctrl_l_lines, rotate, t_config::scroll_lines, scroll_page(), search(), search_article(), search_body(), search_line, set_xclick_off(), set_xclick_on(), shell_escape(), show_all_headers, show_help_page(), show_inverse_video_status(), show_raw_article, signal_context, snprintf, SPECIAL_MOUSE_TOGGLE, srch_lineno, tabwidth, tag_article(), openartinfo::tex2iso, t_attribute::tex2iso_conv, thd_mark_read(), thd_mark_unread(), this_resp, t_article::thread, t_attribute::thread_articles, THREAD_NONE, tinrc, TINRC_CONFIRM_ACTION, toggle_inverse_video(), toggle_mini_help(), toggle_raw(), TRUE, txt_art_pager_com, txt_art_parent_killed, txt_art_parent_none, txt_art_parent_unavail, txt_article_upper, txt_bad_command, txt_begin_of_art, txt_cannot_post, txt_end_of_art, txt_enter_next_thread, txt_enter_next_unread_art, txt_info_add_kill, txt_info_add_select, txt_mark_art_read, txt_mark_thread_read, txt_marked_as_unread, txt_no_last_message, txt_no_prev_search, txt_no_prev_unread_art, txt_no_responses, txt_onoff, txt_thread_upper, txt_toggled_high, txt_toggled_rot13, txt_toggled_tabwidth, txt_toggled_tex2iso, txt_url_done, unfilter_articles(), url_page(), UUE_ALL, UUE_NO, which_response(), which_thread(), word_highlight, XFACE_CLEAR, XFACE_SHOW, and XFACE_SUPPRESS.
Referenced by enter_pager(), and process_post_hist().
|
static |
Definition at line 2411 of file page.c.
References _, build_url_line(), center_line(), ClearScreen(), cURL, t_menu::curr, currmenu, draw_url_arrow(), t_menu::first, mark_offset, t_menu::max, NOTESLINES, set_first_screen_item(), show_mini_help(), signal_context, TRUE, txt_url_menu, URL_LEVEL, and urlmenu.
Referenced by url_page().
void toggle_raw | ( | struct t_group * | group | ) |
Definition at line 2034 of file page.c.
References artline, artlines, bool_not, cCOLS, openartinfo::cooked, openartinfo::cooked_lines, openartinfo::cookl, curr_line, draw_page(), t_header::ext, FALSE, lineinfo::flags, IS_LOCAL_CHARSET, part::line_count, my_isprint(), my_malloc, my_realloc, t_group::name, note_fp, note_h, lineinfo::offset, offset, pgart, openartinfo::raw, openartinfo::rawl, show_raw_article, and tin_fgets().
Referenced by mail_to_author(), post_response(), and show_page().
|
static |
|
static |
Definition at line 2437 of file page.c.
References _, bool_not, build_url_list(), clear_note_area(), t_menu::curr, currmenu, DIGIT_1, DIGIT_2, DIGIT_3, DIGIT_4, DIGIT_5, DIGIT_6, DIGIT_7, DIGIT_8, DIGIT_9, do_shell_escape(), draw_url_arrow(), end_of_list(), FALSE, forever, free_url_list(), func, func_to_key(), generic_search(), GLOBAL_FIRST_PAGE, GLOBAL_HELP, GLOBAL_LAST_PAGE, GLOBAL_LINE_DOWN, GLOBAL_LINE_UP, GLOBAL_PAGE_DOWN, GLOBAL_PAGE_UP, GLOBAL_QUIT, GLOBAL_REDRAW_SCREEN, GLOBAL_SCROLL_DOWN, GLOBAL_SCROLL_UP, GLOBAL_SEARCH_REPEAT, GLOBAL_SEARCH_SUBJECT_BACKWARD, GLOBAL_SEARCH_SUBJECT_FORWARD, GLOBAL_SHELL_ESCAPE, GLOBAL_TOGGLE_HELP_DISPLAY, GLOBAL_TOGGLE_INFO_LAST_LINE, handle_keypad(), t_config::info_in_last_line, info_message(), last_search, t_menu::max, MAXKEYLEN, move_down(), move_to_item(), move_up(), my_retouch, page_down(), page_up(), PrintFuncKey, process_url(), prompt_item_num(), scroll_down(), scroll_up(), set_xclick_off(), show_help_page(), show_url_page(), tinrc, toggle_mini_help(), top_of_list(), TRUE, txt_bad_command, txt_no_prev_search, txt_url_menu_com, txt_url_select, url_keys, url_left(), URL_LEVEL, url_right(), URL_SELECT, and urlmenu.
Referenced by show_page().
|
static |
|
static |
Definition at line 59 of file page.c.
Referenced by activate_last_ctrl_l(), build_url_list(), deactivate_next_ctrl_l(), draw_page(), load_article(), resize_article(), show_page(), and toggle_raw().
|
static |
Definition at line 58 of file page.c.
Referenced by build_url_list(), deactivate_next_ctrl_l(), draw_page(), load_article(), resize_article(), show_page(), and toggle_raw().
|
static |
Definition at line 79 of file page.c.
Referenced by display_info_page(), and info_pager().
int curr_line |
Definition at line 56 of file page.c.
Referenced by activate_last_ctrl_l(), deactivate_next_ctrl_l(), draw_page(), feed_articles(), load_article(), show_page(), and toggle_raw().
|
static |
Definition at line 80 of file page.c.
Referenced by cook_article(), load_article(), process_text_body_part(), rc_update(), resize_article(), and show_page().
|
static |
Definition at line 77 of file page.c.
Referenced by display_info_page(), and info_pager().
|
static |
Definition at line 78 of file page.c.
Referenced by display_info_page(), and info_pager().
|
static |
Definition at line 86 of file page.c.
Referenced by display_info_page(), info_pager(), and preprocess_info_message().
int last_resp |
Definition at line 70 of file page.c.
Referenced by group_page(), load_article(), and show_page().
|
static |
Definition at line 57 of file page.c.
Referenced by draw_page(), load_article(), resize_article(), show_page(), and toggle_raw().
|
static |
Definition at line 75 of file page.c.
Referenced by cancel_article(), draw_page(), draw_page_header(), load_article(), mail_to_author(), mail_to_someone(), post_response(), repost_article(), show_cancel_info(), show_followup_info(), and toggle_raw().
|
static |
Definition at line 81 of file page.c.
Referenced by display_info_page(), info_pager(), and preprocess_info_message().
t_openartinfo pgart |
Definition at line 63 of file page.c.
Referenced by body_search(), build_url_list(), cancel_article(), config_page(), draw_page_header(), feed_article(), group_page(), handle_resize(), load_article(), mail_to_author(), post_response(), resize_article(), show_cancel_info(), show_followup_info(), show_page(), strfquote(), thread_page(), and toggle_raw().
|
static |
Definition at line 90 of file page.c.
Referenced by activate_last_ctrl_l(), deactivate_next_ctrl_l(), load_article(), print_message_page(), and show_page().
|
static |
Definition at line 82 of file page.c.
Referenced by activate_last_ctrl_l(), deactivate_next_ctrl_l(), load_article(), print_message_page(), search_article(), and show_page().
|
static |
Definition at line 83 of file page.c.
Referenced by load_article(), print_message_page(), and show_page().
|
static |
Definition at line 84 of file page.c.
Referenced by display_info_page(), draw_page(), print_message_page(), process_search(), and scroll_page().
|
static |
Definition at line 85 of file page.c.
Referenced by draw_page(), info_pager(), load_article(), process_search(), and show_page().
|
static |
Definition at line 88 of file page.c.
Referenced by cook_article(), load_article(), resize_article(), and show_page().
|
static |
Definition at line 89 of file page.c.
Referenced by draw_page(), load_article(), print_message_page(), resize_article(), show_page(), and toggle_raw().
size_t tabwidth = 8 |
Definition at line 73 of file page.c.
Referenced by cook_article(), draw_page_header(), process_text_body_part(), and show_page().
int this_resp |
Definition at line 71 of file page.c.
Referenced by config_page(), draw_page(), draw_page_header(), enter_pager(), group_page(), load_article(), show_page(), strfquote(), and thread_page().
|
static |
Definition at line 61 of file page.c.
Referenced by build_url_list(), find_url(), and free_url_list().
|
static |
Definition at line 119 of file page.c.
Referenced by draw_url_arrow(), show_url_page(), and url_page().