This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
bird
Watch
0
Star
0
Fork
0
You've already forked bird
mirror of
https://gitlab.nic.cz/labs/bird.git
synced
2024-11-17 08:38:42 +00:00
Code
Releases
Activity
568d9c9fae
bird
/
client
/
Makefile
6 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add lightweight client - birdcl Restructure client/ subdir. Add two different flavors of client. The full featured birdc client code is in client/birdc/. The new light client birtcl is in client/birdcl/. Common sources of both clients are directly in client/. Rework on-line auto-completion in client/command.c to conditionally turn off ncurses-specific code. Add lightweight client without libreadline and ncurses dependencies - birdcl. The birdcl lacks support of history, on-line auto-completion and there are different implementations of "more" functionality and help on '?' press. New client operates in canonical terminal mode (apart from "more" display) and therefore all commands have to be executed by a return key including help commands (called by '?' character in the end of the line). Apart from these limitations the interaction style should be the same as for the full client - birdc. Build of birdcl is always on (independent on --enable-client parameter).
2013-02-24 22:47:22 +00:00
source
=
commands.c util.c client_common.c
Added skeleton of the client. Does nothing, but at least compiles.
1999-10-29 09:44:44 +00:00
root-rel
=
../
dir-name
=
client
i
n
c
l
u
d
e
.
.
/
R
u
l
e
s
Copy Permalink