~ubuntu-branches/debian/sid/fzy/sid

« back to all changes in this revision

Viewing changes to src/tty_interface.c

  • Committer: Package Import Robot
  • Author(s): ChangZhuo Chen (陳昌倬)
  • Date: 2017-04-20 09:38:07 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20170420093807-qk7bk1g6p5wj6dfp
Tags: 0.9-1
New upstream release (Closes: #860207).

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
                                           {KEY_CTRL('M'), action_emit},         /* CR */
228
228
                                           {KEY_CTRL('P'), action_prev},         /* C-P */
229
229
                                           {KEY_CTRL('N'), action_next},         /* C-N */
 
230
                                           {KEY_CTRL('K'), action_prev},         /* C-J */
 
231
                                           {KEY_CTRL('J'), action_next},         /* C-K */
230
232
 
231
233
                                           {"\x1b[A", action_prev}, /* UP */
232
234
                                           {"\x1bOA", action_prev}, /* UP */