()
| 141 | |
| 142 | // just to keep it at the bottom |
| 143 | function tableStyle() { |
| 144 | return { |
| 145 | chars: { |
| 146 | top: "", |
| 147 | "top-mid": "", |
| 148 | "top-left": "", |
| 149 | "top-right": "", |
| 150 | bottom: "", |
| 151 | "bottom-mid": "", |
| 152 | "bottom-left": "", |
| 153 | "bottom-right": "", |
| 154 | left: "", |
| 155 | "left-mid": "", |
| 156 | mid: "", |
| 157 | "mid-mid": "", |
| 158 | right: "", |
| 159 | "right-mid": "", |
| 160 | middle: " " |
| 161 | }, |
| 162 | style: { |
| 163 | "padding-left": 0, |
| 164 | "padding-right": 0, |
| 165 | head: ["bold"] |
| 166 | } |
| 167 | }; |
| 168 | } |