grey out 9term when it loses focus.
This commit is contained in:
parent
c005568a7f
commit
4f30f3b444
7 changed files with 112 additions and 26 deletions
|
|
@ -572,7 +572,7 @@ sendtype(int fd0)
|
|||
while(ntypebreak){
|
||||
for(i=0; i<ntypeb; i++)
|
||||
if(typing[i]=='\n' || typing[i]==0x04){
|
||||
n = i + (typing[i] == '\n');
|
||||
n = i+1;
|
||||
i++;
|
||||
if(write(fd0, typing, n) != n)
|
||||
error("sending to program");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue