Introduction
Introduction Statistics Contact Development Disclaimer Help
taction.h - ledit - Text editor (WIP)
git clone git://lumidify.org/ledit.git (fast, but not encrypted)
git clone https://lumidify.org/git/ledit.git (encrypted, but very slow)
Log
Files
Refs
README
LICENSE
---
taction.h (258B)
---
1 enum action_type {
2 ACTION_NONE, /* pass next key to basic key handler */
3 ACTION_GRABKEY /* pass next key to given callback */
4 };
5
6 struct action {
7 enum action_type type;
8 struct action (*callback)(ledit_buffer *buffer, XEvent *event, i…
9 };
You are viewing proxied material from lumidify.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.