📄 readme
字号:
This is the GNU termcap library -- a library of C functions thatenable programs to send control strings to terminals in a wayindependent of the terminal type. The GNU termcap library does notplace an arbitrary limit on the size of termcap entries, unlike mostother termcap libraries.Most of this package is also distributed with GNU Emacs, but it isavailable in this separate distribution to make it easier to installas -ltermcap. However, use of termcap is discouraged. Termcap isbeing phased out in favor of the terminfo-based ncurses library, whichcontains an emulation of the termcap library routines in addition toan excellent curses implementation. ncurses is available from theusual GNU archive sites.See the file INSTALL for compilation and installation instructions.Additionally:This package contains termcap.src, the latest official termcap datafile. By default, it is not installed. The current version containssome entries that are more than 1023 bytes long, which is the largestvalue that is safe to use with the many historical applications thatonly allocate a 1024 byte termcap buffer (telnet, for example). Ifyou make sure that all of your programs allocate buffers of at least2500 bytes, or let the termcap library do it by passing a NULLpointer, then it is safe to install the new termcap file, as describedbelow.You can give configure two special options: --enable-install-termcap install the termcap data file --with-termcap=FILE use data file FILE instead of /etc/termcapPlease report any bugs in this library to bug-gnu-emacs@prep.ai.mit.edu.You can check which version of the library you have by using the RCS`ident' command on libtermcap.a.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -