Changeset d8e2f07 for keypress.c
- Timestamp:
- Jun 25, 2011, 4:11:19 AM (12 years ago)
- Parents:
- 95b52d1 (diff), 2560529 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
keypress.c
rd427f08 r2560529 129 129 /* OWL_META is definied in owl.h */ 130 130 131 char G_GNUC_WARN_UNUSED_RESULT*owl_keypress_tostring(int j, int esc)131 CALLER_OWN char *owl_keypress_tostring(int j, int esc) 132 132 { 133 133 GString *kb;
Note: See TracChangeset
for help on using the changeset viewer.