- Timestamp:
- Jun 30, 2003, 6:12:40 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:
- 453bd70
- Parents:
- c9334b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
keys.c
rc3ab155 rcf83b7a 125 125 BIND_CMD("LF", "editline:done", "executes the command"); 126 126 BIND_CMD("CR", "editline:done", "executes the command"); 127 128 129 /****************************************************************/ 130 /**************************** EDITRESPONSE **********************/ 131 /****************************************************************/ 132 133 km_ew_onel = km = owl_keyhandler_create_and_add_keymap(kh, "editresponse", 134 "Single-line response to question", 135 owl_keys_editwin_default, NULL, owl_keys_editwin_postalways); 136 owl_keymap_set_submap(km_ew_onel, km_editwin); 137 138 BIND_CMD("C-u", "edit:delete-all", "Clears the entire line"); 139 140 BIND_CMD("LF", "editresponse:done", "executes the command"); 141 BIND_CMD("CR", "editresponse:done", "executes the command"); 127 142 128 143
Note: See TracChangeset
for help on using the changeset viewer.