X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=libvisor%2Finclude%2Fvisor.h;h=c17e7d8af9f3cdf6494b4a65c36ddde7954e1ee6;hp=46de4d8daf50f43d026f09b4c116d02accc9a53e;hb=HEAD;hpb=c17213b9500cfb26ba0d85b1a63c9aeb56981748 diff --git a/libvisor/include/visor.h b/libvisor/include/visor.h index 46de4d8..c17e7d8 100644 --- a/libvisor/include/visor.h +++ b/libvisor/include/visor.h @@ -160,4 +160,8 @@ void vi_buf_ins_end(struct vi_buffer *vb); void vi_buf_del(struct vi_buffer *vb, vi_motion mot); void vi_buf_yank(struct vi_buffer *vb, vi_motion mot); + +/* high level user input handling */ +void vi_keypress(struct visor *vi, int key); + #endif /* LIB_VISOR_TEXTED_CORE_H_ */