repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix CursorMove command to correctly honour EdgeScroll settings.
[fvwm.git]
/
modules
/
FvwmScript
/
libyywrap.c
blob
22ddc6afdde3fdd0bd4f90620fb1bdcbb69f4cf0
1
/* libyywrap - flex run-time support library "yywrap" function */
2
3
int
yywrap
(
void
)
4
{
5
return
1
;
6
}