aboutsummaryrefslogtreecommitdiff
path: root/src/tw/tweet.rs
AgeCommit message (Collapse)Author
2017-11-01move more logging to be through DisplayInfo statusesAndy Wortman
move DisplayInfo into ... display flush output, duh
2017-10-21fix bug with @s not going through in conversationsAndy Wortman
split included @, meaning no handle started with @, so get_mentions() returned empty vec
2017-10-02support showing whole threadsAndy Wortman
2017-10-02store and show reply_to info if presentAndy Wortman
2017-10-02move everything to src/Andy Wortman