@@ -0,0 +1,19 @@
|
|||||||
|
https://lists.gnu.org/archive/html/bug-readline/2025-07/msg00007.html
|
||||||
|
https://gitlab.archlinux.org/archlinux/packaging/packages/readline/-/issues/1
|
||||||
|
|
||||||
|
*** a/display.c Fri May 2 09:20:32 2025
|
||||||
|
--- b/display.c Sun Jul 6 17:16:28 2025
|
||||||
|
***************
|
||||||
|
*** 784,788 ****
|
||||||
|
/* Useful shorthand used by rl_redisplay, update_line, rl_move_cursor_relative */
|
||||||
|
#define INVIS_FIRST() (local_prompt_invis_chars[0])
|
||||||
|
! #define WRAP_OFFSET(line, offset) ((line <= prompt_last_screen_line) ? local_prompt_invis_chars[line] : 0)
|
||||||
|
|
||||||
|
#define W_OFFSET(line, offset) ((line) == 0 ? offset : 0)
|
||||||
|
--- 784,788 ----
|
||||||
|
/* Useful shorthand used by rl_redisplay, update_line, rl_move_cursor_relative */
|
||||||
|
#define INVIS_FIRST() (local_prompt_invis_chars[0])
|
||||||
|
! #define WRAP_OFFSET(line, offset) ((line <= prompt_last_screen_line && local_prompt_invis_chars) ? local_prompt_invis_chars[line] : 0)
|
||||||
|
|
||||||
|
#define W_OFFSET(line, offset) ((line) == 0 ? offset : 0)
|
||||||
|
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>readline83-001.patch</Patch>
|
<Patch>readline83-001.patch</Patch>
|
||||||
|
|
||||||
|
<Patch>readline-8.3-iwd-crash.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -68,6 +70,13 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="15">
|
||||||
|
<Date>2025-11-06</Date>
|
||||||
|
<Version>8.3.1</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="14">
|
<Update release="14">
|
||||||
<Date>2025-10-30</Date>
|
<Date>2025-10-30</Date>
|
||||||
<Version>8.3.1</Version>
|
<Version>8.3.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user