aboutsummaryrefslogtreecommitdiff
path: root/src/display/mod.rs
AgeCommit message (Expand)Author
2017-12-31clean up DM support, add thing to send DMsdm-fixupAndy Wortman
2017-12-24fix line wrapping bug when composing, and wrapping bug for long status linesAndy Wortman
2017-12-24adjust line clearing behavior to alleviate flickeringAndy Wortman
2017-12-03fix style bug when replying to locked accountsAndy Wortman
2017-12-02track dirty bit to know if we should redraw displayAndy Wortman
2017-12-01display locked and protected as applicableAndy Wortman
2017-12-01basic info log scroll support. uses home/end right nowAndy Wortman
2017-12-01rework compose display, coloring background causes ProblemsAndy Wortman
2017-11-30remove unneeded params, adjust id displayAndy Wortman
2017-11-26colorize @ in tweet textAndy Wortman
2017-11-26wrap lines intelligently with respect to ANSI sequencesAndy Wortman
2017-11-25extract DisplayInfo from TwitterCacheAndy Wortman
2017-11-18groundwork for multi-account useAndy Wortman
2017-11-17fix rendering issues with events, support End keyAndy Wortman
2017-11-15move line wrapping into render_tweteAndy Wortman
2017-11-13fix cursor not moving if the screen is fullAndy Wortman
2017-11-13inform me when the tweet cache cant be loadedAndy Wortman
2017-11-13fix pageup/pagedown seeking through twitter eventsAndy Wortman
2017-11-11checking for tweet length in-client is dumbAndy Wortman
2017-11-11start adding help referenceAndy Wortman
2017-11-11move id formatting into a Display implAndy Wortman
2017-11-10very hackily add notion of user credentials and PIN authAndy Wortman
2017-11-08first brush of a compose mode, support thread viewing againAndy Wortman
2017-11-01move more logging to be through DisplayInfo statusesAndy Wortman
2017-10-25begin removing unwrap()Andy Wortman
2017-10-24add displayAndy Wortman
2017-10-23thingiemapoo grows a real display!Andy Wortman
2017-10-21begin conversion to typed TwitterIDAndy Wortman
2017-10-18lots of tiny tweaksAndy Wortman
2017-10-17add rudimentary thread supportAndy Wortman
2017-10-17render quoted tweetsAndy Wortman
2017-10-02store and show reply_to info if presentAndy Wortman
2017-10-02move everything to src/Andy Wortman