commit 0723b7e39e73b2bcfce047b047f6e795d6184028 from: Roberto E. Vargas Caballero via: Hiltjo Posthuma date: Tue Dec 2 19:09:47 2025 UTC Disable bracked paste in reset Sadly, there are too many programs today that enable this mode and it is becoming very common to find the terminal adding characters before and after in every of your pastes. A reset should disable this mode. commit - 6e970474743d57a5d8b054c41fd3bff2bc895742 commit + 0723b7e39e73b2bcfce047b047f6e795d6184028 blob - 8e579910165a90575000551bd575aab7fd4a901e blob + e55e7b33a16e35aa48f890a26ea11fbca4c9405d --- st.c +++ st.c @@ -2358,6 +2358,7 @@ eschandle(uchar ascii) resettitle(); xloadcols(); xsetmode(0, MODE_HIDE); + xsetmode(0, MODE_BRCKTPASTE); break; case '=': /* DECPAM -- Application keypad */ xsetmode(1, MODE_APPKEYPAD);