You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implies that the arguments should be "0,1,2,3" for "E,N,W,S" respectively.
I could have filed a PR to simply change 1,2,3,4 to 0,1,2,3 in berryc.1. However, I feel the documentation as it stands is not clear: how am I supposed to map 1,2,3,4 to E,N,W,S?
Thus I'd like to discuss. At least I think we should mirror hjkl and thus make the enum E,S,N,W, but ideally the user should not deal with the numbers at all and he could use instead berryc cardinal_focus north or N or up or something more meaningful.
What do you think?
The text was updated successfully, but these errors were encountered:
Hey,
berry/berryc.1
Line 74 in b563041
berry/types.h
Lines 77 to 82 in b563041
I could have filed a PR to simply change 1,2,3,4 to 0,1,2,3 in
berryc.1
. However, I feel the documentation as it stands is not clear: how am I supposed to map 1,2,3,4 to E,N,W,S?Thus I'd like to discuss. At least I think we should mirror
hjkl
and thus make the enumE,S,N,W
, but ideally the user should not deal with the numbers at all and he could use insteadberryc cardinal_focus north
orN
orup
or something more meaningful.What do you think?
The text was updated successfully, but these errors were encountered: