diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 15:42:33 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:32 +0100 |
| commit | 39cb3b36cbac59c938acf6b71cbb3087f0fca5b4 (patch) | |
| tree | bd362fd25dcf3ce954c4af877a05fcb5d8ef1d73 /qbuffers.h | |
| parent | 9d8b90f654b5777f5c9d402fda445088f9fe374f (diff) | |
ED flags making 0-Register hook execution configurable
* teco.ini updated as well
Diffstat (limited to 'qbuffers.h')
| -rw-r--r-- | qbuffers.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -383,4 +383,12 @@ namespace States { extern StateCopyToQReg copytoqreg; } +enum Hook { + HOOK_ADD = 1, + HOOK_EDIT, + HOOK_CLOSE, + HOOL_QUIT +}; +void execute_hook(Hook type); + #endif |
