Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
(from parent 1:
3cb8084
)
Merge remote-tracking branch 'origin/master' into omaster
author
Roberto E. Vargas Caballero <
[email protected]
>
Tue, 15 Apr 2014 06:11:47 +0000
(08:11 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Tue, 15 Apr 2014 06:11:47 +0000
(08:11 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
6fef7f3
..
ced72ff
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3737,8
+3737,8
@@
run(void) {
else
cresize(xw.fw, xw.fh);
- gettimeofday(&lastblink, NULL);
gettimeofday(&last, NULL);
+ lastblink = last;
for(xev = actionfps;;) {
long deltatime;
@@
-3773,7
+3773,7
@@
run(void) {
if(blinktimeout && TIMEDIFF(now, lastblink) > blinktimeout) {
tsetdirtattr(ATTR_BLINK);
term.mode ^= MODE_BLINK;
-
gettimeofday(&lastblink, NULL)
;
+
lastblink = now
;
dodraw = 1;
}
deltatime = TIMEDIFF(now, last);