aboutsummaryrefslogtreecommitdiff
path: root/src/tw/tweet.rs
AgeCommit message (Collapse)Author
2017-11-15move line wrapping into render_tweteiximeow
this is, hopefully, the start of support for correctly wrapping lines with ANSI control codes included. additionally, hopefully the start of supporting coloring @'s in tweets.
2017-11-01move more logging to be through DisplayInfo statusesiximeow
move DisplayInfo into ... display flush output, duh
2017-10-21fix bug with @s not going through in conversationsiximeow
split included @, meaning no handle started with @, so get_mentions() returned empty vec
2017-10-02support showing whole threadsiximeow
2017-10-02store and show reply_to info if presentiximeow
2017-10-02move everything to src/iximeow