Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
B Bootrom
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Evan Lojewski
  • Bootrom
  • Merge requests
  • !9

Merged
Created Feb 27, 2021 by Evan Lojewski@meklortMaintainer

terminal: Fix autocomplete and reduce total code and data size at the expense of cpu time.

  • Overview 6
  • Commits 1
  • Changes 4

Previously, only half of the autocomplete values were printed when attempting to tab-complete. Additionally, a large buffer was being used to cache autocomplete information when possible, however cpu time isn't very important when using the shell. Instead, prioritize code size by removing the buffer and related functions.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: auto-complete

Powered by Integricloud