aboutsummaryrefslogtreecommitdiff
path: root/src/tw/tweet.rs
AgeCommit message (Collapse)Author
2017-11-30remove unneeded params, adjust id displayiximeow
tweets are now recorded with the date they are recieved at dated id lookup is now supported tweet ids, where displayed, are displayed in a convenient form: if the tweet was recieved today, show the today id if the tweet was recieved on a different day, show the bare id many instances where display_info was passed for logging information, the parameter has become unnecessary, so it's gone now
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