ref: 1447ae62aa6d8eabd358982cb3eb0834fb63c0be
parent: 3418d331c7362194508aa93bc24a9216566d3ff3
author: kvik <kvik@a-b.xyz>
date: Mon Feb 3 17:33:01 EST 2020
Fix snarf priming issue
--- a/samterm/main.c
+++ b/samterm/main.c
@@ -304,11 +304,9 @@
void
paste(Text *t, int w)
{
- if(snarflen){
- cut(t, w, 0, 0);
- t->lock++;
- outTsl(Tpaste, t->tag, t->l[w].p0);
- }
+ cut(t, w, 0, 0);
+ t->lock++;
+ outTsl(Tpaste, t->tag, t->l[w].p0);
}
void