mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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 New Issue
Block a user