Robin Hahling
Robin Hahling
I created a branch to attempt to fix this issue (`fix-blocking-stat-call`). Note that the issue described here is linux specific since on the BSDs, the `MNT_NOWAIT` flag is used which...
Hi, On which platform are you trying to build this? `struct winsize`, which is the type the the `win` variable, is usually defined in `sys/ioctl.h` but I know for a...
Thanks. I'll create a VM with Ubuntu 14.04 LTS and try to reproduce the issue.
@sebma In #14, you were trying to build for `arm-linux-gnueabi-gcc`. I was able to build using [the instructions](https://github.com/Rolinh/dfc/issues/14#issuecomment-292146968) I provided you with. Now, what you really want to do is...
So as previously guessed, to cross compile for Android, `termios.h` needs to be included. However, that is not the only issue: `sys/statvfs.h` is not defined either. So I can conditionally...
Thanks for your PR! I can tell you it's working :) ``` $ LANG=de_DE.utf-8 dfc -h Nutzung: dfc [OPTION(S)] [-c WHEN] [-e FORMAT] [-p FSNAME] [-q SORTBY] [-t FSTYPE] [-u...
@scrouthtv Are you still working on this?
> Tell me if there's anything else to fix. Yes, what I reported above: > It looks like the size of the bar for the sum is off.
Mmh I see. However, the columns after the bar are misaligned. It's probably just because the width of the sum bar is not taken into account to compute the column's...
@scrouthtv Sorry for my late reply. I think there still are issues with alignment of the sum row: ``` % ./build/bin/RELEASE/dfc -As FILESYSTEM (=) USED FREE (-) %USED AVAILABLE TOTAL...