mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[kbd] enum edit_action -> edit_action_T
This commit is contained in:
parent
7ea1e0b80a
commit
f1412534ed
@ -75,6 +75,8 @@ enum edit_action {
|
||||
EDIT_ACTIONS
|
||||
};
|
||||
|
||||
typedef long edit_action_T;
|
||||
|
||||
enum menu_action {
|
||||
#include "config/actions-menu.inc"
|
||||
|
||||
|
@ -1495,7 +1495,7 @@ field_op(struct session *ses, struct document_view *doc_view,
|
||||
{
|
||||
struct el_form_control *fc;
|
||||
struct form_state *fs;
|
||||
enum edit_action action_id;
|
||||
edit_action_T action_id;
|
||||
char *text;
|
||||
int length;
|
||||
enum frame_event_status status = FRAME_EVENT_REFRESH;
|
||||
|
Loading…
Reference in New Issue
Block a user