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