Compare commits
No commits in common. "8b4300c79647bc6c9939d1a351ecfa138a4f6fb1" and "641803df358a2377e078c8c1ea05617bfe83bc1d" have entirely different histories.
8b4300c796
...
641803df35
@ -33,8 +33,6 @@ You can get a package with the latest development version using Arch Linux's
|
||||
https://aur.archlinux.org/packages/nncmpp-git[AUR],
|
||||
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
|
||||
|
||||
Stable versions are present in: OpenBSD ports.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
See the link:nncmpp.adoc[man page] for information about usage.
|
||||
|
2
liberty
2
liberty
@ -1 +1 @@
|
||||
Subproject commit 017cb1d5702a32603810545cd74c1da65e35d12d
|
||||
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f
|
2
nncmpp.c
2
nncmpp.c
@ -3785,8 +3785,6 @@ static void
|
||||
search_on_changed (void)
|
||||
{
|
||||
struct mpd_client *c = &g.client;
|
||||
if (c->state != MPD_CONNECTED)
|
||||
return;
|
||||
|
||||
size_t len;
|
||||
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user