Merge pull request #16604 from vrthra/xterm-fix
xterm: Enable DEC Locator Mode
This commit is contained in:
commit
ed01d6f7d3
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
"--enable-doublechars"
|
"--enable-doublechars"
|
||||||
"--enable-luit"
|
"--enable-luit"
|
||||||
"--enable-mini-luit"
|
"--enable-mini-luit"
|
||||||
|
"--enable-dec-locator"
|
||||||
"--with-tty-group=tty"
|
"--with-tty-group=tty"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue