undelete a deleted line by mistake

This commit is contained in:
borislav nikolov 2024-05-17 21:43:00 +02:00
parent f9370af7a6
commit 2e7bcbe790

View file

@ -672,6 +672,7 @@ texttype(Text *t, Rune r)
int nr;
Rune *rp;
Text *u;
if(t->what!=Body && t->what!=Tag && r=='\n')
return;
if(t->what == Tag)