diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-09 15:30:51 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-09 15:30:51 +0000 |
commit | 54d4fc12a69ca6398f8f5d41d73bba22cf6788aa (patch) | |
tree | 1ec405acd240e1b3b9ac69ba4ded5e35028bda05 /src/gui/Makefile.am | |
parent | 55125beee4aa5489f6976521f8ac899398fea836 (diff) | |
download | weechat-54d4fc12a69ca6398f8f5d41d73bba22cf6788aa.zip |
- new keyboard management: keys are setup in config file, new command /key was added and some new default keys were added
- added seconds in infobar time (optional with new config flag)
- fixed some curses refreshs
Diffstat (limited to 'src/gui/Makefile.am')
-rw-r--r-- | src/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 383493cc4..76367847a 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -20,6 +20,7 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" noinst_LIBRARIES = lib_weechat_gui_common.a lib_weechat_gui_common_a_SOURCES = gui-common.c \ + gui-keyboard.c \ gui.h if GUI_NCURSES |