]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Add Clear CLI function
authorRowan Decker <Smasher816@gmail.com>
Thu, 2 Apr 2015 06:38:26 +0000 (23:38 -0700)
committerRowan Decker <Smasher816@gmail.com>
Thu, 2 Apr 2015 06:42:38 +0000 (23:42 -0700)
commita3d854fde3db30886ce8f25d09e0abafd52f42b2
tree784ce5462261463cdd2601794401ecc007fa4cda
parenta6edcce5f991dd1511acd55fa208578f7b063431
Add Clear CLI function

Sometimes it would be nice to clear the screen if it has a lot of
information (ex: when in debug information). Some terminals support ^L
to clear screen, but not all (iTerm2 on my mac does not), so I think
this is worthwhile to add.

Edit: Forgot cli.h
Debug/cli/cli.c
Debug/cli/cli.h