home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba2e97
)
For consistency mirror the replacement of "n" with "f" in cycle_active_win with a...
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:33:55 +0000
(
04:33
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:33:55 +0000
(
04:33
+0200)
src/misc.c
patch
|
blob
|
history
diff --git
a/src/misc.c
b/src/misc.c
index 238da3eca884c084d72eebc4ad4c8a4cb9c81b9f..8a782732a1621adbbd56f253b29b3a370a475cd8 100644
(file)
--- a/
src/misc.c
+++ b/
src/misc.c
@@
-297,7
+297,7
@@
extern uint8_t meta_keys(int key, struct World * world,
}
else if (key == get_action_key(world->keybindings, "cycle backwards"))
{
- cycle_active_win(win_meta, '
p
');
+ cycle_active_win(win_meta, '
b
');
}
else if (key == get_action_key(world->keybindings, "shift forwards"))
{