We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that on the Arch AUR, there is a build patch for Arch:
diff --git a/io-curses.patch b/io-curses.patch new file mode 100644 index 00000000000..ffff789ec1e --- /dev/null +++ b/io-curses.patch @@ -0,0 +1,13 @@ +diff --git a/src/io-curses.cc b/src/io-curses.cc +index e808775..d0ec3a7 100644 +--- a/src/io-curses.cc ++++ b/src/io-curses.cc +@@ -538,7 +538,7 @@ _io_repaint (void) + if (win->lh_wid) + { + move (win->win_down - 1, win->win_over - win->lh_wid); +- printw ("#%*d ", win->lh_wid - 2, 1 + win - wins); ++ printw ("#%*ld ", win->lh_wid - 2, 1 + win - wins); + if (win->flags & WIN_EDGE_REV) + s_display.cdstandout(); + cc = win->screen.lc;
I have incorporates this patch, so it should now build nicely.
Alas, there always seems to be configuration wonks that vary from distro to distro.
The text was updated successfully, but these errors were encountered:
Fixed by b88a50e
Sorry, something went wrong.
No branches or pull requests
I noticed that on the Arch AUR, there is a build patch for Arch:
I have incorporates this patch, so it should now build nicely.
Alas, there always seems to be configuration wonks that vary from distro to distro.
The text was updated successfully, but these errors were encountered: