Not to beat this to death, but today I added Settings controls for the
font size as well as for the foreground and background colours, and all
of those are saved when the app shuts down and restored when it comes up
again.
Have fun, y'all.
On 2020-06-28 19:48, Blake McBride wrote:
Font size is a bit small for me. It would be nice if the font size
was a File/Settings too.
Thanks!
Blake
On Sun, Jun 28, 2020 at 6:45 PM Blake McBride <blake1...@gmail.com
<mailto:blake1...@gmail.com>> wrote:
Works. I like it! Thanks!!
--blake
On Sun, Jun 28, 2020 at 6:18 PM Chris Moller
<mol...@mollerware.com <mailto:mol...@mollerware.com>> wrote:
Bah!, as they say--that's what happens when you rush things.
The fix is to delete the line, but I just committed the fix.
On 28/06/2020 18:34, Blake McBride wrote:
I'm getting:
pstat.c:192:3: error: ignoring return value of ‘asprintf’,
declared with attribute warn_unused_result
[-Werror=unused-result]
asprintf(&path, "/proc/%d/stat", pid);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Thanks!
Blake
On Sun, Jun 28, 2020 at 4:26 PM Chris Moller
<mol...@mollerware.com <mailto:mol...@mollerware.com>> wrote:
I committed the unused variable patch and also stuck the
source code location ./configure option back in:
./configure
--with-apl-source-dir=/home/moller/personal/tinkering/gnuapl/trunk/src