mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
9term: fix hold mode delay
This commit is contained in:
parent
d0a596c5c8
commit
f1825251e7
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ label(Rune *sr, int n)
|
|||
if(strcmp(dir, "*9term-hold+") == 0) {
|
||||
w->holding = 1;
|
||||
wrepaint(w);
|
||||
flushimage(display, 1);
|
||||
} else {
|
||||
drawsetlabel(dir);
|
||||
free(w->dir);
|
||||
|
|
Loading…
Reference in a new issue