mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Rewrite Tab-completion to work with signals - now it should be easy to
add completion to whatever command. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@356 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bc8848f965
commit
234e95ef94
9 changed files with 534 additions and 749 deletions
|
|
@ -9,6 +9,7 @@ INCLUDES = \
|
|||
libfe_common_core_la_SOURCES = \
|
||||
autorun.c \
|
||||
command-history.c \
|
||||
completion.c \
|
||||
fe-common-core.c \
|
||||
fe-core-commands.c \
|
||||
fe-log.c \
|
||||
|
|
@ -27,6 +28,7 @@ libfe_common_core_la_SOURCES = \
|
|||
|
||||
noinst_HEADERS = \
|
||||
command-history.h \
|
||||
completion.h \
|
||||
fe-common-core.h \
|
||||
hilight-text.h \
|
||||
keyboard.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue