Commit Graph

410 Commits

Author SHA1 Message Date
Iwasaki Yudai
2050775288 Send EOT before exiting
The processes were left behind when clients closed their windows.
2015-08-16 22:24:24 -07:00
Iwasaki Yudai
1c8b87df90 Add section for how to use with terminal multiplexer 2015-08-16 21:34:16 -07:00
Iwasaki Yudai
8cb0df7433 Show better help message 2015-08-16 19:54:22 -07:00
Iwasaki Yudai
6de9b0515f Set position of body element to absolute
Some terminal massages were shown at strange positions.
2015-08-16 19:07:06 -07:00
Iwasaki Yudai
abe3f5c89f Don't send invalid UTF-8 string
When a rune stands over the buffer boundary, invalid UTF-8 bytes were
sent to the client. Now the logic checks if the tail of the buffer can
be decoded as a valid rune. When it's an invalid byte sequence, the logic
keeps it in the buffer and send it in the next loop with the following byte sequence.
2015-08-16 19:07:02 -07:00
Iwasaki Yudai
31b714bea9 Add how to go get install to README 2015-08-17 07:50:10 +09:00
Iwasaki Yudai
581a7b52fb Add wercker.yml and badge to README 2015-08-17 07:38:38 +09:00
Iwasaki Yudai
a40c468a7e Format and fix typo 2015-08-17 07:02:51 +09:00
Iwasaki Yudai
c958d0c398 Credit Wetty 2015-08-17 07:02:49 +09:00
Iwasaki Yudai
cba86dd046 Initialize repository 2015-08-16 20:52:27 +09:00