~foura/wired

bring in line with libacme changes to event handling
fix file descriptor leak in writemessage()
n flag -> u flag: revert this change, it will be annoying.
prevent blank messages being sent.

this would be handled by the condition of the while loop
however if the input window only contains newlines and EOT chars,
the filtered message would be empty so the case must be handled explicitly.
strip eot before newlines.

this prevents the message:

test
<EOT>

from sending multiple newlines
drastically simplified.
rewired. toggleable grep window soon™
1abb9736 — james palmer 1 year, 11 months ago
fix strange behaviour on control-d
783a075c — james palmer 1 year, 11 months ago
fix segfault if the input box was empty
52182308 — james palmer 1 year, 11 months ago
allow window plumb events
c0172717 — james palmer 1 year, 11 months ago
add control-d to send the message. strip trailing control-d and newlines.
789c8e5c — james palmer 1 year, 11 months ago
add \n to the action message
d3fb184a — james palmer 1 year, 11 months ago
dial the server. flag info in the readme.
c6b15096 — james palmer 1 year, 11 months ago
wrong binary
63393e07 — james palmer 1 year, 11 months ago
oops, used the wrong headers
9308675c — james palmer 1 year, 11 months ago
add readme
b59c7180 — james palmer 1 year, 11 months ago
init