summaryrefslogtreecommitdiffstats
path: root/pager.c
AgeCommit message (Expand)Author
2022-11-15Filter U+200C in pager.Kevin McCarthy
2022-10-08Move SigWinch handling before refresh in menus.Kevin McCarthy
2021-12-28Add pager REDRAW_FLOW redraw flag when popping a menu.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-06-17Add $pager_skip_quoted_context option.Rene Kita
2021-04-23Disable markers when wrap is at column 1.Kevin McCarthy
2021-04-21Improve body_pattern and quoting when skipping down.Kevin McCarthy
2021-04-21Add MUTT_TYPES flag for pager search operation.Kevin McCarthy
2021-04-19Revert "Add type resolution when searching in the pager."Kevin McCarthy
2021-04-19Add type resolution when searching in the pager.Kevin McCarthy
2021-04-15Fix ansi colors to use default bg/fg when not set.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-03-12Minor fixes to match_body_patterns().Kevin McCarthy
2021-03-12Factor out match_body_patterns to make resolve_types() simpler.Kevin McCarthy
2021-03-11Fix body color null_rx handling.Kevin McCarthy
2021-03-11Improve body color matching speed by caching future matches.Kevin McCarthy
2021-03-11Merge branch 'stable'Kevin McCarthy
2021-03-11Fix resolve_types() newline removal and restoration.Kevin McCarthy
2021-02-04Add explicit flag to check for postponed message on <mail>.Kevin McCarthy
2021-01-09Add code to free ansi colors.Kevin McCarthy
2021-01-07pager: Parse 256-color "ANSI" escapesMatti Niemenmaa
2021-01-07pager: Don't accept color code 8Matti Niemenmaa
2020-12-06Add <skip-headers> to skip past message headers in pager.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-12-02Fix pager dropped input on SigWinch flag handling.Kevin McCarthy
2020-10-01More ansi/special cleanup.Kevin McCarthy
2020-10-01Don't do ansi coloring on a search result.Kevin McCarthy
2020-10-01Don't free and reuse ansi colors.Kevin McCarthy
2020-10-01Fix $allow_ansi end-of-line handling for attachments.Kevin McCarthy
2020-10-01Separate special color setting from $allow_ansi colors.Kevin McCarthy
2020-08-27Merge branch 'stable' into masterKevin McCarthy
2020-08-27Remove cur parameter for pager recall and make-key ops.Kevin McCarthy
2020-07-20Don't increment color refcount for overlays.Kevin McCarthy
2020-05-23Refactor mutt_buffer_strip_formatting() inside of pager.c.Kevin McCarthy
2020-03-24Add sidebar-first and sidebar-last functions.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2020-02-10Fix rendering of replacement_char when Charset_is_utf8Daniel Tameling
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-05-26make OP_HALF_{UP,DOWN} behave symmetric.Sebastian Stark
2019-04-19Convert pager help string to use BUFFER.Kevin McCarthy
2019-04-08Fix undeclared function warning for mutt_buffy().Kevin McCarthy
2019-02-06Create <group-chat-reply> function.Kevin McCarthy
2019-01-05Fix a few indenting issues.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove unused MUTT_FORMAT_MAKEPRINT flag.Kevin McCarthy