xterm: Enable DEC Locator Mode

Dec locator mode is needed for sixel applications to get mouse locations
from xterm.
This commit is contained in:
Rahul Gopinath 2016-06-29 10:59:31 -07:00
parent 0967b0d303
commit a98ae8e152

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
"--enable-doublechars"
"--enable-luit"
"--enable-mini-luit"
"--enable-dec-locator"
"--with-tty-group=tty"
];