diff options
author | Amber Holly <halcyonsilver@gmail.com> | 2019-10-19 02:14:49 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-18 18:14:49 -0700 |
commit | b23f6011c34dcb471c312655f7af37c0a0f5f779 (patch) | |
tree | 4bacbf412e19469f4cda38d65f2943debed2f24a /docs/feature_terminal.md | |
parent | 1b1e0977e020b3b381f874144aed31d0664d88d2 (diff) | |
download | firmware-b23f6011c34dcb471c312655f7af37c0a0f5f779.tar.gz firmware-b23f6011c34dcb471c312655f7af37c0a0f5f779.tar.bz2 firmware-b23f6011c34dcb471c312655f7af37c0a0f5f779.zip |
Remove build option firmware size impacts (#6947)
* Update rules.mk template to remove build option size impacts
* Add rules.mk cleaning script
* Update all rules.mk files to remove build option firmware size impact messages
* Remove references to feature filesize in documentation
* Revert "Update all rules.mk files to remove build option firmware size impact messages"
This reverts commit 7cfe70976bcc223bf47c960b2e6af8596df80a32.
* Fix regex in cleanup script and exclude keymaps/ directories
* Update quantum/template/avr/rules.mk
Fixed missing tabs/spaces.
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs/feature_terminal.md')
-rw-r--r-- | docs/feature_terminal.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_terminal.md b/docs/feature_terminal.md index 1863599f8..f85062216 100644 --- a/docs/feature_terminal.md +++ b/docs/feature_terminal.md @@ -1,6 +1,6 @@ # Terminal -> This feature is currently *huge* at 4400 bytes, and should probably only be put on boards with a lot of memory, or for fun. +> This feature is currently *huge*, and should probably only be put on boards with a lot of memory, or for fun. The terminal feature is a command-line-like interface designed to communicate through a text editor with keystrokes. It's beneficial to turn off auto-indent features in your editor. @@ -56,7 +56,7 @@ Outputs the last 5 commands entered 1. help 2. about 3. keymap 0 -4. help +4. help 5. flush-buffer ``` |