/[weechat]/weechat/src/gui/curses/gui-input.c
ViewVC logotype

Diff of /weechat/src/gui/curses/gui-input.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by flashcode, Sat Oct 25 14:49:19 2003 UTC revision 1.5 by flashcode, Sun Oct 26 13:21:09 2003 UTC
# Line 19  Line 19 
19   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20   */   */
21    
   
22  /* gui-input: user input functions for Curses GUI */  /* gui-input: user input functions for Curses GUI */
23    
24    
25    #ifdef HAVE_CONFIG_H
26    #include "config.h"
27    #endif
28    
29  #include <stdlib.h>  #include <stdlib.h>
30  #include <stdio.h>  #include <stdio.h>
31  #include <unistd.h>  #include <unistd.h>
# Line 34  Line 37 
37    
38  #include "../../common/weechat.h"  #include "../../common/weechat.h"
39  #include "../gui.h"  #include "../gui.h"
40  #include "../../common/config.h"  #include "../../common/weeconfig.h"
41  #include "../../common/command.h"  #include "../../common/command.h"
42  #include "../../irc/irc.h"  #include "../../irc/irc.h"
43    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26