termdb:适用于现代C ++的Terminfo解析器

时间:2021-02-06 05:04:51
【文件属性】:
文件名称:termdb:适用于现代C ++的Terminfo解析器
文件大小:644KB
文件格式:ZIP
更新时间:2021-02-06 05:04:51
linux terminal cpp cpp14 cpp11 TermDb 适用于现代C ++的Terminfo解析器。 。 # include " termdb.hpp " # include < iostream> using namespace tdb ; int main () { TermDb parser; auto result = parser. parse ( " xterm " ); if (result) { auto name = parser. getName (); auto b = parser. get (bin::has_meta_key); auto n = parser. get
【文件预览】:
termdb-master
----.travis.yml(4KB)
----docs()
--------capablities.txt(6KB)
--------info.md(2KB)
----test()
--------test.cpp(3KB)
--------data.tar.gz(625KB)
--------stressTest.cpp(1KB)
--------meson.build(446B)
--------bench.cpp(2KB)
----include()
--------termdb.hpp(35KB)
----meson.build(481B)
----LICENSE(1KB)
----.clang-format(2KB)
----conanfile.py(609B)
----.gitignore(278B)
----.codecov.yml(428B)
----README.md(1016B)
----scripts()
--------extract_data.sh(125B)
----.editorconfig(346B)

网友评论