Public bug reported:
My external Monitor connected via HDMI is behaving strange and my
educated guess is it is related to dpms.
Plugging in the monitor it will show »No Signal« although recognized by
`xrandr`. I would have to boot my machine with the monitor plugged in to
make it work. When going
Public bug reported:
Busybox‘s implementation of `ed` skips a line when inserting. It will
insert the first line before and all subsequent lines after the line
addressed.
gnu ed implementation behaves like expected:
```
$ ed
i
one
two
three
four
five
.
,p
one
two
three
four
five
1
one
i
ione
itw
2 matches
Mail list logo