aboutsummaryrefslogtreecommitdiff
path: root/src/tw/tweet.rs
AgeCommit message (Collapse)Author
2017-11-30remove unneeded params, adjust id displayAndy Wortman
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_tweteAndy Wortman
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 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