shithub: patch

Download patch

ref: cdf8bb4e147b0f165494ac04f4ca01b5c6c7f425
parent: dd86ce4a9519449b063550a35478ff9168c517ea
author: noodle <noodle@pastanoggin.com>
date: Sun Jan 11 00:59:24 EST 2026

fix rio-literalnext: forgot to include a diff in /sys/man/1/rio and git/export

--- a/rio-literalnext
+++ b/rio-literalnext
@@ -1,4 +1,9 @@
-diff 24b39ab89c9fbcac2905a0a6949f07f16fea280b uncommitted
+From: noodle <noodle@pastanoggin.com>
+Date: Sun, 11 Jan 2026 05:57:55 +0000
+Subject: [PATCH] allow escaping C0 control codes via ^'
+
+---
+diff 24b39ab89c9fbcac2905a0a6949f07f16fea280b 323a2247215fa0092823bb22e76c4d77fb9cdc65
 --- a/sys/include/keyboard.h
 +++ b/sys/include/keyboard.h
 @@ -60,6 +60,7 @@
@@ -9,6 +14,18 @@
  	Kbs=	0x08,
  	Knack=	0x15,
  	Ketb=	0x17,
+--- a/sys/man/1/rio
++++ b/sys/man/1/rio
+@@ -389,6 +389,9 @@
+ for the preceding string (see
+ .IR complete (2)).
+ .PP
++A BEL character (control-') signals that the following character is taken literally
++(read: quoted).
++.PP
+ Typing a left or right arrow moves the cursor one character in that direction.
+ Typing an SOH character (control-A) moves the cursor to the beginning of the
+ current line; an ENQ character (control-E) moves to the end. The STX character
 --- a/sys/src/cmd/rio/wind.c
 +++ b/sys/src/cmd/rio/wind.c
 @@ -842,6 +842,7 @@
@@ -60,3 +77,5 @@
  };
  
  typedef struct Text	Text;
+-- 
+⑨
--