~kaction/dvtm

4e3abbe8 — Dmitry Bogatov 2 years ago master v0.15.3
Release 0.15.3
851a020a — Dmitry Bogatov 2 years ago
Merge branch 'next'

* next:
  Include toggle for "showcmd" feature into config.def.h
  Make selected tag in bar more contrast
  Increase number of tags to 9
  Fix spelling error in dvtm-pager.1
53ce17eb — Dmitry Bogatov 2 years ago
Include toggle for "showcmd" feature into config.def.h

Commit [426ff5f] introduced feature of displaying partially typed
keycombo keys; this commit introduces knob in "config.def.h" to turn it
off at compilation time.

Default value is "true" to not change behavior compared with 0.15.2.
668d9be4 — Dmitry Bogatov 2 years ago
Merge branch 'debian-patches' into next

Apply patches that were developed when I have been maintaining "dvtm" in
Debian. They are uncontroversial enough to be merged directly on "next"
branch.

* debian-patches:
  Make selected tag in bar more contrast
  Increase number of tags to 9
  Fix spelling error in dvtm-pager.1
7aa5e7d9 — Dmitry Bogatov 2 years ago
Make selected tag in bar more contrast

By default, in bar selected tags are colored bold blue, and non-selected
are colored default blue.

Difference is rather significant under TERM=linux, but under terminal
emulators which actually supports bold font (stterm, for example),
difference between bold and default three-letter string '[1]' is
negligible.
d4388efc — Dmitry Bogatov 6 years ago
Increase number of tags to 9

This allows to use whole keyboard and matches default configuration of
`dwm'.
66a42a90 — Dmitry Bogatov 2 years ago
Fix spelling error in dvtm-pager.1
51d01e91 — Dmitry Bogatov 3 years ago v0.15.2
Release 0.15.2
b6840901 — Dmitry Bogatov 3 years ago
Merge branch 'next'

# By Dmitry Bogatov (2) and Ariadna Vigo (1)
* next:
  Decoupled installation of terminfo profile from 'make install' target
  Revert "Ensure compatibility with v0.15 config"
  Revert "Makefile: fix variable substitution syntax"
1bbc0270 — Dmitry Bogatov 3 years ago
Merge branch 'support/decouple-install-targets' into next

# By Ariadna Vigo (1) and Dmitry Bogatov (1)
* support/decouple-install-targets:
  Decoupled installation of terminfo profile from 'make install' target
  Release 0.15.1
1f59b42f — Ariadna Vigo 3 years ago
Decoupled installation of terminfo profile from 'make install' target

This commit splits up the installation of the binaries, manpages, and
terminfo files. This is especially useful for terminfo files, because
some distributions ship dvtm terminfo files in their ncurses official
packages. Also, users might be interested in installing these files
onto their home folders (the default when tic is run unprivileged) or
other locations depending on their particular setup.
938bf650 — Dmitry Bogatov 3 years ago
Revert "Ensure compatibility with v0.15 config"

According to Marc Tanner, this is unneeded complexity. I tend to agree,
although people with their own config.h files will have to adjust.

This reverts commit d55678de99e09ff50f6839122544a262743415af.
0a7d6a49 — Dmitry Bogatov 3 years ago
Revert "Makefile: fix variable substitution syntax"

It looks I was wrong, and $(FOO) and ${FOO} can be used interchangeable.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html

This reverts commit 83c6d1496a05dad62d12100cdfc5bfc22a5dac16.
68d08a5b — Dmitry Bogatov 3 years ago v0.15.1
Release 0.15.1
343e8b3c — Dmitry Bogatov 3 years ago
Configure continous integration
04ecc6eb — Dmitry Bogatov 3 years ago
Merge branch 'next'

* next:
  Configure continous integration
  Makefile: fix variable substitution syntax
  Ensure compatibility with v0.15 config
  vt_forkpty: check for success of chdir(2)
  Display control keys, when typed, next to Layout icon
  copymode: Set cwd so paths make sense in editor
  Added the package for Void Linux, and fixed some distro names.
  When updating the title, mark the window as dirty
  Don't ignore SIGPIPE in children
  Fix minor memory leak in command line parsing
  README: Add Guix System
  Add support for "smam" and "rmam" capabilities
83c6d149 — Dmitry Bogatov 3 years ago
Makefile: fix variable substitution syntax

Makefile uses $(VAR) syntax, but exports some variables into subshell,
so ${VAR}, which is substituted by /bin/sh ocassionally works too.
d55678de — Dmitry Bogatov 3 years ago
Ensure compatibility with v0.15 config

Introduce configuration variable to enable/disable printkeys feature and
preprocessor macro that ensures that if isn't defined, it defaults to
"disabled" state.
c1bb5d62 — Dmitry Bogatov 3 years ago
vt_forkpty: check for success of chdir(2)
426ff5f3 — Ross Mohn 8 years ago
Display control keys, when typed, next to Layout icon

Modified-By: Dmitry Bogatov <dvtm-v1@kaction.cc>
Next
Do not follow this link