about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@users.noreply.github.com>2016-07-02 13:56:43 +0200
committerGitHub <noreply@github.com>2016-07-02 13:56:43 +0200
commited01d6f7d395d918d8fef473355c39d0dd5de34d (patch)
tree20ebd54386cf417ee94c221d8a4426282bf58eb2 /pkgs
parentc81b4cde5884acf189c3842ed8f3c42b44414845 (diff)
parenta98ae8e1526055c347409540d3d5c9dd104b81cb (diff)
downloadnixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar.gz
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar.bz2
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar.lz
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar.xz
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.tar.zst
nixlib-ed01d6f7d395d918d8fef473355c39d0dd5de34d.zip
Merge pull request #16604 from vrthra/xterm-fix
xterm: Enable DEC Locator Mode
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/xterm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/xterm/default.nix b/pkgs/applications/misc/xterm/default.nix
index 0d7816918081..9cd677f5d8d5 100644
--- a/pkgs/applications/misc/xterm/default.nix
+++ b/pkgs/applications/misc/xterm/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
     "--enable-doublechars"
     "--enable-luit"
     "--enable-mini-luit"
+    "--enable-dec-locator"
     "--with-tty-group=tty"
   ];