--- pine4.64/pine/init.c +++ pine4.64/pine/init.c @@ -3284,6 +3284,9 @@ F_SET(feat->id, ps, 0); + /* flowed text has some problems, disable it by default (bug #45364) */ + F_TURN_ON(F_QUELL_FLOWED_TEXT, ps_global); + /* backwards compatibility */ if(hir) F_TURN_ON(F_INCLUDE_HEADER, ps);