|
From: Ethan A M. <sf...@us...> - 2017-02-09 22:00:13
|
On Thursday, 09 February, 2017 14:09:10 Mojca Miklavec wrote: > On 9 February 2017 at 07:54, Tatsuro MATSUOKA wrote: > > In the Features Request 459 > > https://sourceforge.net/p/gnuplot/feature-requests/459/ > > (qt term does not suppoert linewidth option ) > > > > Ethan also made patch for aqua terminal. > > > > Does anyone try whether the patch works correctly? > > It seems to work correctly for me. > I would also replace > > if (equals(c_token, "linewidth")) { > with > if (equals(c_token, "lw") || almost_equals(c_token, "linew$idth")) { OK. I've also set the TERM_LINEWIDTH flag for aquaterm, qt, and wxt so that you can use "set termopt" to change just the linewidth. Ethan |