Skip to content

Commit

Permalink
add % into recommend option.
Browse files Browse the repository at this point in the history
  • Loading branch information
holishing committed Sep 26, 2017
1 parent 2b37996 commit 1252195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maple/post.c
Original file line number Diff line number Diff line change
Expand Up @@ -4141,6 +4141,7 @@ KeyFunc post_cb[] =

#ifdef HAVE_RECOMMEND
{'X', post_recommend},
{'%', post_recommend}, /* r2.20170802: 與 itoc 版熱鍵通用 */
// {'o', post_recommend_options},
{'o' | XO_DL, (int (*)())"bin/cleanrecommend.so:clean"},
{Ctrl('S'), post_resetscore}, /* cache.090416: 推文設定 */
Expand Down

0 comments on commit 1252195

Please sign in to comment.