Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec7b932
Choose a base ref
...
head repository: ServeurpersoCom/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e97693
Choose a head ref
  • 8 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    92ac8ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0963ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb594af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934a842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0bea5b View commit details
    Browse the repository at this point in the history
  6. console: add Ctrl+Left/Right word navigation

    - Add KEY_CTRL_ARROW_LEFT and KEY_CTRL_ARROW_RIGHT codes
    - Windows: detect CTRL modifier via dwControlKeyState
    - Linux: parse ANSI sequences with modifier (1;5D/C)
    - Implement move_word_left/right with space-skipping logic
    - Refactor escape sequence parsing to accumulate params
    ServeurpersoCom committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9fb5849 View commit details
    Browse the repository at this point in the history
  7. console: add Delete key support

    - Windows: VK_DELETE detection
    - Linux: ESC[3~ sequence parsing
    - Forward character deletion with UTF-8 support
    ServeurpersoCom committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5364d16 View commit details
    Browse the repository at this point in the history
  8. console: implement bash-style history editing

    - Edit any history line during UP/DOWN navigation, edits persist
    - Pressing Enter appends edited version as new history entry
    - Original line stay untouched in their positions
    ServeurpersoCom committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    7e97693 View commit details
    Browse the repository at this point in the history
Loading