awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Terminal Emulation Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesTerminal Emulation Engines

Libraries and components for managing text buffers and rendering terminal output across different emulator environments.

Distinguishing note: Focuses on the low-level buffer management and abstraction layer for terminal rendering, distinct from high-level terminal applications.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Terminal Emulation Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal Emulation Engines

Awesome Terminal Emulation Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • vim/vim

    vim/vim

    39,877View on GitHub↗

    Vim is a keyboard-driven text editor designed for the high-speed manipulation of source code and plain text files. It utilizes a modal interface that interprets keystrokes as either text insertion or complex navigation and editing commands. Built on a portable C core, the software maintains a consistent experience across diverse operating systems and terminal emulators through an abstraction layer that manages text in memory-mapped buffers. The editor functions as a highly modular platform that supports extensive customization through a built-in scripting engine and a plugin-based architectur

    The core engine maintains text in memory-mapped buffers that are rendered to the screen through an abstraction layer supporting various terminal emulators.

    Vim Scriptccross-platformtext-editor
    39,877View on GitHub↗