forked from mirrors/nixpkgs
xterm: Enable DEC Locator Mode
Dec locator mode is needed for sixel applications to get mouse locations from xterm.
This commit is contained in:
parent
0967b0d303
commit
a98ae8e152
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-doublechars"
|
||||
"--enable-luit"
|
||||
"--enable-mini-luit"
|
||||
"--enable-dec-locator"
|
||||
"--with-tty-group=tty"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue