- Timestamp:
- Jan 9, 2008, 2:17:57 PM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 369479d
- Parents:
- c10fef0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r9866c3a r428834d 272 272 } owl_variable; 273 273 274 typedef struct _owl_input { 275 int ch; 276 char utf8buf[8]; 277 gunichar uch; 278 } owl_input; 279 274 280 typedef struct _owl_fmtext { 275 281 int textlen; … … 511 517 owl_list bindings; /* key bindings */ 512 518 struct _owl_keymap *submap; /* submap */ 513 void (*default_fn)( int j); /* default action (takes a keypress) */514 void (*prealways_fn)( intj); /* always called before a keypress is received */515 void (*postalways_fn)( intj); /* always called after keypress is processed */519 void (*default_fn)(owl_input j); /* default action (takes a keypress) */ 520 void (*prealways_fn)(owl_input j); /* always called before a keypress is received */ 521 void (*postalways_fn)(owl_input j); /* always called after keypress is processed */ 516 522 } owl_keymap; 517 523
Note: See TracChangeset
for help on using the changeset viewer.