dvtm: 0.9 -> 0.10

This commit is contained in:
Maximilian Dietrich 2013-12-28 21:17:22 +01:00
parent 338a8b5fe6
commit 7a1b476207
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
41107e5e84a8572f70d6cb111b4e07f8 config.h
7de1103abb0ca410f7250cf89f019a38 dvtm-0.9.tar.gz
15dd5c17d39fca0e043577985ee1c6a6 config.h
0c7167dc898df1693c20e2a34ba3e947 dvtm-0.10.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses
name=dvtm
version=0.9
version=0.10
release=1
source=(http://www.brain-dump.org/projects/$name/$name-$version.tar.gz config.h)

View File

@ -77,7 +77,6 @@ static Key keys[] = {
{ MOD, '8', { focusn, { "8" } } },
{ MOD, '9', { focusn, { "9" } } },
{ MOD, 'q', { quit, { NULL } } },
{ MOD, 'G', { escapekey, { NULL } } },
{ MOD, 'a', { togglerunall, { NULL } } },
{ MOD, 'r', { redraw, { NULL } } },
{ MOD, 'X', { lock, { NULL } } },
@ -89,6 +88,7 @@ static Key keys[] = {
{ MOD, KEY_PPAGE, { scrollback, { "-1" } } },
{ MOD, KEY_NPAGE, { scrollback, { "1" } } },
{ MOD, KEY_F(1), { create, { "man dvtm", "dvtm help" } } },
{ MOD, MOD, { send, { (const char []){MOD, 0} } } },
};
static const ColorRule colorrules[] = {