- Jul 17, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Trying to handle stdin when select() in fact returned an error due to being interrupted by a signal is a rather bad idea.
-
Birte Kristina Friesel authored
-
-
Birte Kristina Friesel authored
-
ulteq authored
-
- Jul 07, 2018
- Jun 28, 2018
-
-
Birte Kristina Friesel authored
-
- Jun 27, 2018
-
-
Birte Kristina Friesel authored
-
-
- Jun 26, 2018
-
-
Birte Kristina Friesel authored
-
- Jun 10, 2018
-
-
derf authored
bugfix: .fehbg output for --bg-max
-
Sebastian Bickerle authored
-
- May 18, 2018
-
-
Birte Kristina Friesel authored
-
- May 16, 2018
-
-
Birte Kristina Friesel authored
Closes #400
-
- May 15, 2018
-
-
derf authored
Update COPYING
-
Matthias Braun authored
Just bumping the current year.
-
- May 12, 2018
-
-
Birte Kristina Friesel authored
-
- May 11, 2018
-
-
Birte Kristina Friesel authored
Closes #279
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Addresses part of issue #75
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- May 10, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
This restores pre-2.21 ~/.fehbg behaviour. Replicating the entire commandline in ~/.fehbg turned out to do more harm than good. Closes #398
-
- Apr 19, 2018
-
-
Birte Kristina Friesel authored
-
- Apr 18, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 08, 2018
-
-
Birte Kristina Friesel authored
-
orbea authored
man -Tlint feh STYLE: no blank before trailing delimiter: Em Note: WARNING: skipping paragraph macro: Pp after Sh no blank before trailing delimiter (mdoc) The last argument of a macro that supports trailing delimiter arguments is longer than one byte and ends with a trailing delimiter. Consider inserting a blank such that the delimiter becomes a separate argument, thus moving it out of the scope of the macro. skipping paragraph macro In mdoc(7) documents, this happens - at the beginning and end of sections and subsections - right before non-compact lists and displays - at the end of items in non-column, non-compact lists - and for multiple consecutive paragraph macros. In man(7) documents, it happens - for empty P, PP, and LP macros - for IP macros having neither head nor body arguments - for br or sp right after SH or SS https://man.openbsd.org/mandoc.1 man: feh.1:1483:9: STYLE: no blank before trailing delimiter: Em Note: man: feh.1:1897:2: WARNING: skipping paragraph macro: Pp after Sh There are two warnings here. 1. This is fixed by adding a zero-width space (\&) so that the trailing delimiter character (:) is no longer at the end. This also adds this to a few other similar examples. The man page should render the same after this change. 2. Removed an extra .Pp macro as suggested by the warning, this does not change how the man page renders.
-
- Apr 06, 2018
-
-
Birte Kristina Friesel authored
-
- Apr 05, 2018
-
-
orbea authored
This fixes the following mandoc warnings. man -Tlint feh WARNING: skipping empty macro: No skipping empty macro (mdoc) The indicated macro has no arguments and hence no effect. man: /tmp/man1/feh.1:16:14: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:16:34: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:179:2: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:387:48: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:785:26: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:785:38: WARNING: skipping empty macro: No man: /tmp/man1/feh.1:823:26: WARNING: skipping empty macro: No
-
- Apr 04, 2018
-
-
Birte Kristina Friesel authored
-