mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Shell: Move LineEdit out and add it as a dependency
This builds up on the 'new' LibLineEdit and overrides some of its hooks For instance, on_tab_complete_first_token
This commit is contained in:
parent
305b1a6248
commit
21c4c67119
4 changed files with 147 additions and 645 deletions
|
@ -1,10 +1,9 @@
|
|||
OBJS = \
|
||||
Parser.o \
|
||||
LineEditor.o \
|
||||
main.o
|
||||
|
||||
PROGRAM = Shell
|
||||
|
||||
LIB_DEPS = Core
|
||||
LIB_DEPS = Core LineEdit
|
||||
|
||||
include ../Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue