[go: up one dir, main page]

Menu

[r1]: / commands.c  Maximize  Restore  History

Download this file

21 lines (18 with data), 450 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
/*
* commands.c
*
* Heath Caldwell
* hncaldwell@gmail.com
*/
const char *C_OPEN = "open";
const char *C_SAVE = "save";
const char *C_ADD_GROUP = "add-group";
const char *C_SELECT = "select";
const char *C_EDIT = "edit";
const char *C_QUIT = "quit";
const char *C_ADD_ENTRY = "add-entry";
const char *C_GROUPS = "groups";
const char *C_REVEAL = "reveal";
const char *C_PREV = "prev";
const char *C_NEXT = "next";
const char *C_XCLIP = "xclip";