📄 readme
字号:
Tip can be configured in a number of ways:ACU's:-----ACU Define in makefile-------------------- ---------------BIZCOMP 1022, 1031 BIZ1022, BIZ1031DEC DF02-AC, DF03-AC DF02, DF03DEC DN-11/Able Quadracall DN11Ventel VENTELVadic 831 V831New ACU's may be added by editing the ACU description tablein acutab.c and writing a ``driver''.ACU usage can be monitored by defining ACULOG in the makefile.If this is done and no phone numbers should appear in thelog file, define PRISTINE in the makefile.Variables:---------Tip's internal workings revolve around a set of (possibly)user defined variables. These are statically initializedin vars.c, and from the remote file.Note that adding or deleting variables requires tip to be completedlyrecompiled, as indexes into the variable table are used to avoidexpensive lookups. These defines are set in tip.h.Commands:--------The command dispatch table is defined in cmdtab.c. Commandsmay have attributes such as EXPerimental and PRIVileged (onlyroot may execute).--------------------------------------------------------------------------Recent changes about Jan 82 A new, improved version of tip is now available. The most importantaddition is the capacility to specify a phone number with tip. Thedefault baud rate is 1200. To use it do: tip phone-numberor tip -300 phone-numberfor 300 baud.A ~^Z command has been added to tip as well.A new cu program is available that interfaces to the tip program.It attempts to give the same user interface as cu but it is reallythe tip program so you have all the advantages of tip. This allowscu (actually tip) to search for a free ACU instead of having theuser specify which one he wants.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -