linenoise: update to 2026-03-02
authorMaxim Storchak <redacted>
Sat, 30 May 2026 17:57:16 +0000 (20:57 +0300)
committerJosef Schlehofer <redacted>
Mon, 1 Jun 2026 09:06:02 +0000 (11:06 +0200)
- 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 <redacted>
libs/linenoise/Makefile

index ce04f6e02e277ec3e6ff5efbf15ba27ef8245ac6..83d503515be170e0cc6cf4b396d3c1dfe2ba0ac6 100644 (file)
@@ -10,9 +10,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/antirez/linenoise.git
-PKG_SOURCE_DATE:=2026-01-08
-PKG_SOURCE_VERSION:=dc83cc373ac2058030eb3cf5e404959a26fef112
-PKG_MIRROR_HASH:=e32bcc55c6fb1d849883d03a2ec6bc869d3cab5da827e1d7560e712be718e50c
+PKG_SOURCE_DATE:=2026-03-02
+PKG_SOURCE_VERSION:=a473823d74b93eab2ba83480df16ed37617493f2
+PKG_MIRROR_HASH:=3d0d1ce121e2000c6c1425e540281ca72ffe3ffb9cb77832585ac8435cf00b10
 
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
 PKG_LICENSE:=BSD-2-Clause
git clone https://git.99rst.org/PROJECT