@ -2263,9 +2263,10 @@ tdumpsel(void)
{
char *ptr;
ptr = getsel();
tprinter(ptr, strlen(ptr));
free(ptr);
if((ptr = getsel())) {
}
void
The note is not visible to the blocked user.