shithub: rio

Download patch

ref: e2c50f47e6574da11f055d325a595165d08d85f3
parent: d3873ac6f32f15c7df0181fac53627cf0349d3b4
author: glenda <glenda@cirno>
date: Tue Mar 25 17:29:48 EDT 2025

ctrl+v puts the tick at the end of the paste

--- a/wind.c
+++ b/wind.c
@@ -1009,6 +1009,7 @@
 		case 0x16:	/* ^V: paste from snarf buffer */
 			getsnarf();
 			wpaste(w);
+			wsetselect(w, w->q1, w->q1);
 			return;
 		case 0x18:	/* ^X: cut selection to snarf buffer */
 			if(w->q0 != w->q1) {