Changeset 67103d4
- Timestamp:
- Aug 17, 2002, 1:47:24 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 9bd2c17
- Parents:
- 59cf91c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r59cf91c r67103d4 13 13 to be close to the current position from the last 14 14 time we visited that view. 15 Fixed bug in readconfig.c that prevented building under perl 5.005. 16 Switched "C-x C-x" to only "startcommand quit" 15 17 16 18 1.2.1 -
keys.c
r1fd0b25 r67103d4 181 181 owl_keys_default_invalid, owl_keys_recwin_prealways, NULL); 182 182 owl_keymap_set_submap(km_mainwin, km_global); 183 BIND_CMD("C-x C-c", " quit","");183 BIND_CMD("C-x C-c", "start-command quit", ""); 184 184 BIND_CMD("F1", "help", ""); 185 185 BIND_CMD("h", "help", ""); -
readconfig.c
r6794f72 r67103d4 7 7 #include "owl.h" 8 8 #include <perl.h> 9 #include "XSUB.h" 9 10 10 11 static const char fileIdent[] = "$Id$"; … … 12 13 13 14 14 EXTERN_C void boot_owl (pTHX_ CV* cv);15 extern XS(boot_owl); 15 16 16 17 static void owl_perl_xs_init(pTHX) {
Note: See TracChangeset
for help on using the changeset viewer.