Skip to content

linenoise: update to 2026-03-02#29596

Merged
BKPepe merged 1 commit into
openwrt:masterfrom
mstorchak:linenoise
Jun 1, 2026
Merged

linenoise: update to 2026-03-02#29596
BKPepe merged 1 commit into
openwrt:masterfrom
mstorchak:linenoise

Conversation

@mstorchak
Copy link
Copy Markdown
Contributor

📦 Package Details

Maintainer: me
(You can find this by checking the history of the package Makefile.)

Description:

  • Add bracketed paste folding
  • Add test for ANSI CSI escape sequences in the prompt.
  • Treat ANSI CSI escape sequences as zero-width in utf8StrWidth().
  • Fix tab handling when no completion is available.
  • Fix ARM unsigned char warning.

🧪 Run Testing Details

  • OpenWrt Version: r34703+2-aa96b3ad55
  • OpenWrt Target/Subtarget: qualcommax/ipq807x
  • OpenWrt Device: Dynalink DL-WRX36

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

- Add bracketed paste folding
- Add test for ANSI CSI escape sequences in the prompt.
- Treat ANSI CSI escape sequences as zero-width in utf8StrWidth().
- Fix tab handling when no completion is available.
- Fix ARM unsigned char warning.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
@BKPepe BKPepe merged commit cdbaef3 into openwrt:master Jun 1, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants