mirror of
https://github.com/0intro/wmii
synced 2024-11-25 07:09:38 +03:00
Fix minor error in last commit.
This commit is contained in:
parent
bbb684ec8e
commit
cb8d4bc6e9
@ -136,8 +136,8 @@ 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 opts >fifo # and the options themself
|
||||
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
Block a user