head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2007.10.27.08.23.03; author cs; state dead; branches; next 1.1; commitid 0tAYt7kp8z1EMcDs; 1.1 date 2007.09.27.18.35.38; author rse; state Exp; branches; next ; commitid vEOYQvKaxGey8pzs; desc @@ 1.2 log @upgrading package: clex 3.16 -> 3.17 @ text @Vendor Bugfix: http://www.clex.sk/download/control.c.patch Index: src/control.c --- src/control.c.orig 2007-04-24 11:13:29 +0200 +++ src/control.c 2007-09-27 20:33:06 +0200 @@@@ -393,7 +393,7 @@@@ { 1, CH_CTRL('E'), cx_insert_d1, 0 }, { 0, CH_CTRL('O'), cx_insert_link, 0 }, /* the menu ends here, the following entries are hidden */ - { 0, CH_CTRL('I'), cx_paste_pick, 0 }, + { 0, CH_CTRL('I'), cx_paste_pick, OPT_CURS }, { 0, CH_CTRL('M'), cx_paste_pick, 0 }, { 0, 0, 0, 0 } }; @ 1.1 log @new package: clex 3.16 (Full-Screen File Manager) @ text @@