Compare commits
2 Commits
641803df35
...
8b4300c796
Author | SHA1 | Date | |
---|---|---|---|
8b4300c796 | |||
cd3d4eb1ad |
@ -33,6 +33,8 @@ You can get a package with the latest development version using Arch Linux's
|
|||||||
https://aur.archlinux.org/packages/nncmpp-git[AUR],
|
https://aur.archlinux.org/packages/nncmpp-git[AUR],
|
||||||
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
|
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
|
||||||
|
|
||||||
|
Stable versions are present in: OpenBSD ports.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
See the link:nncmpp.adoc[man page] for information about usage.
|
See the link:nncmpp.adoc[man page] for information about usage.
|
||||||
|
2
liberty
2
liberty
@ -1 +1 @@
|
|||||||
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f
|
Subproject commit 017cb1d5702a32603810545cd74c1da65e35d12d
|
2
nncmpp.c
2
nncmpp.c
@ -3785,6 +3785,8 @@ static void
|
|||||||
search_on_changed (void)
|
search_on_changed (void)
|
||||||
{
|
{
|
||||||
struct mpd_client *c = &g.client;
|
struct mpd_client *c = &g.client;
|
||||||
|
if (c->state != MPD_CONNECTED)
|
||||||
|
return;
|
||||||
|
|
||||||
size_t len;
|
size_t len;
|
||||||
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &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