Skip to content

Instantly share code, notes, and snippets.

Created December 21, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1713297e28da426060ac to your computer and use it in GitHub Desktop.
Save anonymous/1713297e28da426060ac to your computer and use it in GitHub Desktop.
patch
diff -rupN weechat-1.3-orig/src/gui/curses/gui-curses-term.c weechat-1.3/src/gui/curses/gui-curses-term.c
--- weechat-1.3-orig/src/gui/curses/gui-curses-term.c 2015-12-21 14:53:23.586955629 +0100
+++ weechat-1.3/src/gui/curses/gui-curses-term.c 2015-12-21 14:53:57.654642445 +0100
@@ -27,7 +27,7 @@
#ifdef __sun
#include <ncurses/term.h>
#else
-#include <ncursesw/term.h>
+#include <term.h>
#endif /* __sun */
#else
#include <term.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment