Behera

Results 18 comments of Behera

thanks, so now we can code the header either at the start or at the very end. I tried the following ``` int main() { fort::char_table table; table.set_adding_strategy(fort::add_strategy::insert); // Fill...

Pressed the wrong button and the issue got closed...

appending the table at the end will be a footer, but **pre-pending** the table at the end will still be a header! :)

I tried the following code and the result was as expected. So I guess you can just put new line chars at the required `max_width`, blindly to start with without...

> > Hi! No at the moment that is not possible. > > I had some thoughts about adding it some time ago. As far as I remember it is...

``` static constexpr struct ft_border_style RST_STYLE { { "-", // top_border_ch "-", // separator_ch "-", // bottom_border_ch "|", // side_border_ch "+", // out_intersect_ch "+", // in_intersect_ch }, // border_chs {...

can you add a built-in style that works for one-row headers? We can extend that later for multi-row headers

In bash shell any command starting with whitespaces does not go into the history; is the same supported here? Also, in bash shell there is option to store only unique...