> --- a/config.def.h
> +++ b/config.def.h
> _AT_@ -89,6 +89,8 @@ static Key keys[] = {
> { MOD, KEY_NPAGE, { scrollback, { "1" } } },
> { MOD, KEY_F(1), { create, { "man dvtm", "dvtm help" } } },
> { MOD, MOD, { send, { (const char []){MOD, 0} } } },
> + { ERR, KEY_SPREVIOUS, { scrollback, { "-1" } } },
> + { ERR, KEY_SNEXT, { scrollback, { "1" } } },
Thanks applied with NOMOD instead of ERR here.
If I recall correctly you mentioned that you have a patch which makes
the window title configurable: top / bottom / disable. Would you mind
posting it? Someone just asked whether something like this is possible.
Cheers,
Marc
--
Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
Received on Sat Jan 11 2014 - 23:15:53 CET