]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-emacs.patch
- use long as return type on 64-bit arch
[packages/BitchX.git] / BitchX-emacs.patch
CommitLineData
3536c25c 1--- BitchX/source/keys.c.orig Sun Mar 24 10:31:07 2002
2+++ BitchX/source/keys.c Wed Feb 12 23:49:13 2003
3@@ -1319,17 +1319,17 @@
4 snew_key(0, 1, "BEGINNING_OF_LINE"); /* ^A */
5 snew_key(0, 2, "BOLD"); /* ^B */
6 snew_key(0, 4, "DELETE_CHARACTER"); /* ^D */
7- snew_key(0, 5, "CHANGE_TO_SPLIT"); /* ^E */
8+ snew_key(0, 5, "END_OF_LINE"); /* ^E */
9 snew_key(0, 6, "WHOLEFT"); /* ^F */
10 snew_key(0, 8, "BACKSPACE"); /* ^H (delete) */
11
12 snew_key(0, 9, "TAB_COMPLETION"); /* ^I (tab) */
13 snew_key(0, 10, "SEND_LINE"); /* ^J (enter) */
14- snew_key(0, 11, "JOIN_LAST_INVITE"); /* ^K */
15+ snew_key(0, 11, "ERASE_TO_END_OF_LINE"); /* ^K */
16 snew_key(0, 12, "REFRESH_SCREEN"); /* ^L (linefeed) */
17 snew_key(0, 13, "SEND_LINE"); /* ^M (return) */
18 snew_key(0, 14, "QUOTE_CHARACTER"); /* ^N */
19- snew_key(0, 15, "IGNORE_NICK"); /* ^O */
20+ snew_key(0, 15, "NEXT_WINDOW"); /* ^O */
21 snew_key(0, 16, "BACKWARD_HISTORY"); /* ^P */
22
23 snew_key(0, 17, "QUOTE_CHARACTER"); /* ^Q */
This page took 0.056328 seconds and 4 git commands to generate.