mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-23 15:09:24 -05:00
Merge bidi paragraphOverride fix from 'pre-0.77'.
This commit is contained in:
commit
187fea7610
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user