terminal-tools

所属分类:工具库
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2023-07-10 09:33:13
上 传 者sh-1993
说明:  小集合终端操作功能,供自己娱乐。
(Small collection of terminal manipulation functions, for my own amusement.)

文件列表:
CMakeLists.txt (1608, 2023-07-10)
LICENSE (1074, 2023-07-10)
example/ (0, 2023-07-10)
example/buffer.cpp (474, 2023-07-10)
example/main.cpp (2899, 2023-07-10)
include/ (0, 2023-07-10)
include/tools/ (0, 2023-07-10)
include/tools/terminal_in.h (2628, 2023-07-10)
include/tools/terminal_out.h (12611, 2023-07-10)
lib/ (0, 2023-07-10)
lib/CMakeLists.txt (89, 2023-07-10)
lib/tools/ (0, 2023-07-10)
lib/tools/CMakeLists.txt (137, 2023-07-10)
lib/tools/terminal_in.cpp (7773, 2023-07-10)
lib/tools/terminal_out.cpp (5274, 2023-07-10)
makefile (752, 2023-07-10)

# term tools Small collection of terminal functions, for my own amusement. # when to use Under no circumstances I do endorse the use of these when you can use ncurses instead. The terminal input function keys work with derivatives of xterm (echo $TERM) and should also work with linux tty (control alt f1 and so on...) The main.cpp file contains a small demonstration of how this thing is used. The buffer.cpp file will allow you to print the bytes coming in from the keyboard, in case there is need to add more terminal types (each one handles function keys their own way...)

近期下载者

相关文件


收藏者