Changes in / [01ff87d:369a7f0]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
re5c9b14a re5c9b14a 441 441 owl_function_command_norv("bindkey editmulti C-d command edit:delete-next-char"); 442 442 } else if (*(const int*)newval == 1) { 443 owl_function_command_norv("bindkey editmulti C-d command edit :done-or-delete");443 owl_function_command_norv("bindkey editmulti C-d command editmulti:done-or-delete"); 444 444 } else { 445 owl_function_command_norv("bindkey editmulti C-d command edit :done");445 owl_function_command_norv("bindkey editmulti C-d command editmulti:done"); 446 446 } 447 447 } -
zwrite.c
ra352029b ra352029b 94 94 len = 0; 95 95 for (i=0;i<myargc;i++) { 96 len += strlen(myargv[i ]) + 1;96 len += strlen(myargv[i-1]) + 1; 97 97 } 98 98 msg = owl_malloc(len);
Note: See TracChangeset
for help on using the changeset viewer.