aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_terminal.md
Commit message (Collapse)AuthorAgeFilesLines
* Added command history to terminal with other bug fixes, added new song to ↵M1K2018-05-011-2/+29
| | | | | | | | song_list.h (#2855) * Implemented Terminal + added song to song_list.h * Added wait() in order to prevent misbehaviour of 'command not found'
* Trim trailing whitespacefauxpark2017-12-091-4/+4
|
* Fix some of the more obvious typosfauxpark2017-12-091-1/+1
|
* Convert all headings to Title Casefauxpark2017-12-091-3/+3
|
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-121-0/+80
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs