mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Merge bidi paragraphOverride fix from 'pre-0.77'.
This commit is contained in:
@ -3602,6 +3602,7 @@ void do_bidi(BidiContext *ctx, bidi_char *text, size_t textlen)
|
|||||||
#ifdef REMOVE_FORMATTING_CHARACTERS
|
#ifdef REMOVE_FORMATTING_CHARACTERS
|
||||||
abort(); /* can't use the standard algorithm in a live terminal */
|
abort(); /* can't use the standard algorithm in a live terminal */
|
||||||
#else
|
#else
|
||||||
|
ctx->paragraphOverride = ON;
|
||||||
do_bidi_new(ctx, text, textlen);
|
do_bidi_new(ctx, text, textlen);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user