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:
40c680b
)
Corrected description of cycle_active_window().
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:34:42 +0000
(
04:34
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 26 Aug 2013 02:34:42 +0000
(
04:34
+0200)
src/windows.h
patch
|
blob
|
history
diff --git
a/src/windows.h
b/src/windows.h
index 9650ba2e0a1314b4f1eaab486d565d30313e4e5f..7e666acbca025631716521f41ec5de6f3045114b 100644
(file)
--- a/
src/windows.h
+++ b/
src/windows.h
@@
-143,7
+143,7
@@
extern uint8_t resize_active_win(struct WinMeta * wmeta, struct yx_uint16 size);
-/* Cycle active window selection forwards ("dir" == "
n
") or backwards (any
+/* Cycle active window selection forwards ("dir" == "
f
") or backwards (any
* other "dir"). Wrap around in the windows chain if start / end of it is met.
* Does nothing if no window is active.
*/