1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
5 pname = "xtermcontrol";
8 url = "https://thrysoee.dk/xtermcontrol/xtermcontrol-${version}.tar.gz";
9 sha256 = "sha256-Vh6GNiDkjNhaD9U/3fG2LpMLN39L3jRUgG/FQeG1z40=";
13 description = "Enables dynamic control of xterm properties";
15 Enables dynamic control of xterm properties.
16 It makes it easy to change colors, title, font and geometry of a running xterm, as well as to report the current settings of these properties.
17 Window manipulations de-/iconify, raise/lower, maximize/restore and reset are also supported.
18 To complete the feature set; xtermcontrol lets advanced users issue any xterm control sequence of their choosing.
20 homepage = "http://thrysoee.dk/xtermcontrol";
21 license = lib.licenses.gpl2;
22 platforms = lib.platforms.unix;
23 maintainers = [ lib.maintainers.derchris ];
24 mainProgram = "xtermcontrol";