mirror of https://github.com/0intro/wmii
Fix minor error in last commit.
This commit is contained in:
parent
bbb684ec8e
commit
cb8d4bc6e9
|
@ -136,7 +136,7 @@ wimenu -c <fifo | awk '
|
|||
|
||||
# Push out a new set of completions
|
||||
function update(str, opts) {
|
||||
print length str >fifo # Print the length of the preceding string
|
||||
print length(str) >fifo # Print the length of the preceding string
|
||||
print opts >fifo # and the options themself
|
||||
fflush(fifo)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue