aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMikael Blomstrand2018-10-17 21:26:26 +0200
committerMikael Blomstrand2018-10-17 21:26:26 +0200
commitd850bd687bc1094b0cbab0f95750b82270c0ff73 (patch)
tree0be3f6b96e0ad0932bf70aefc43c6b3fe2665a64 /README.md
parent45e39358edbc5264d1dfa61a532c609e838ad747 (diff)
downloadaur-d850bd687bc1094b0cbab0f95750b82270c0ff73.tar.gz
Option to install only modified infocmp.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e80482fa0672
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Why
+
+Since [`ncurses` 6.1](https://www.gnu.org/software/ncurses/#h3-programs)
+
+`tic` and `infocmp` display numeric values in hexadecimal when they are "close"
+to a power of two, "making the result more readable". This causes issues for
+`sbt` and and other programs using `jline < 2.14.4`. This package aims to
+provide a fix for that.
+
+## ncurses-nohex
+
+The `ncurses-nohex` package applies a patch that undo this functionality. The
+package replaces ncurses in full.
+
+## infocmp-nohex
+
+`infocmp-nohex` works with any build of ncurses by installing the `infocmp`
+binary to /usr/local/bin, effectively shadowing the normal infocmp. It's a bit
+of a hack but it works. \ No newline at end of file