Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
b7a7f17
)
Avoid initialization of vt100_0 in each call to tsetchar
author
Roberto E. Vargas Caballero <
[email protected]
>
Sun, 7 Oct 2012 09:06:08 +0000
(11:06 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Sun, 7 Oct 2012 09:06:08 +0000
(11:06 +0200)
If vt100_0 is a automatic variable then it is initializated in each call to
tsetchar, but if the variable is static it is initializated only in compile
time.
---
st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
No differences found