Forum: Programming
2021-10-04, 21:55
|
Replies: 41
Views: 3,875
|
Forum: Programming
2021-10-04, 21:50
|
Replies: 41
Views: 3,875
|
Forum: Programming
2021-10-04, 18:12
|
Replies: 41
Views: 3,875
Ah! This definitely matches what I got from...
Ah! This definitely matches what I got from reading the code. Since you are reading from a file, isatty is 0. But since the file is read until the end, YAFU cannot extract any more lines, ignores the...
|
Forum: Programming
2021-10-04, 16:25
|
Replies: 41
Views: 3,875
Have a look at line 855 of driver.c, it says if...
Have a look at line 855 of driver.c, it says if (isatty(fileno(stdin)) == 0) (in my current GIT checkout), and this is the only point where is_cmdline_run gets set to 2 and 2 is the only value which...
|