Skip to content

Small collection of terminal manipulation functions, for my own amusement.

License

Notifications You must be signed in to change notification settings

TheMarlboroMan/terminal-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...)

About

Small collection of terminal manipulation functions, for my own amusement.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published