diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 18:28:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 18:28:27 +0200 |
commit | 67c53844343011089e1b847200b5c5257a83e1c4 (patch) | |
tree | 8f1c5bfe10864b7e49a8bc62ce12b1db449803da /src/proto/netbeans.pro | |
parent | ca7e1f2066e3518ee6caeef32e499ab954ec05a3 (diff) | |
download | vim-git-67c53844343011089e1b847200b5c5257a83e1c4.tar.gz |
Included the patch to support netbeans in a terminal.
Diffstat (limited to 'src/proto/netbeans.pro')
-rw-r--r-- | src/proto/netbeans.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto/netbeans.pro b/src/proto/netbeans.pro index 789ac9f48..e070c51c0 100644 --- a/src/proto/netbeans.pro +++ b/src/proto/netbeans.pro @@ -1,11 +1,13 @@ /* netbeans.c */ void netbeans_parse_messages __ARGS((void)); -void messageFromNetbeansW32 __ARGS((void)); +void netbeans_read __ARGS((void)); int isNetbeansBuffer __ARGS((buf_T *bufp)); int isNetbeansModified __ARGS((buf_T *bufp)); void netbeans_end __ARGS((void)); void ex_nbkey __ARGS((exarg_T *eap)); void netbeans_beval_cb __ARGS((BalloonEval *beval, int state)); +int netbeans_filedesc __ARGS((void)); +void netbeans_gui_register __ARGS((void)); void netbeans_startup_done __ARGS((void)); void netbeans_send_disconnect __ARGS((void)); void netbeans_frame_moved __ARGS((int new_x, int new_y)); |