Vertically reflect the table borders for RTL locales
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 1 Dec 2015 17:35:50 +0000 (18:35 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 2 Dec 2015 13:22:17 +0000 (14:22 +0100)
commite4353d5016e75976a3d67d6440b86a512a1036b3
tree85b500e8de5a042bbeecf8148763bb6cdad2bf69
parent9e0f57b4182864026818ae1c0aa2ab4868c47d16
Vertically reflect the table borders for RTL locales

When rendering in a right to left locale, the terminals where a horizontal table
border line meets a vertical border needs to be a mirror image of what is normal
in a left to right locale.  This change does that.

Reported by: Mohammad Haghighat <hosseinhg@hotmail.com>
src/output/ascii.c
src/output/cairo.c
src/output/render.c