summaryrefslogtreecommitdiffstats
path: root/src/term.rs
AgeCommit message (Expand)Author
2020-05-25switch to parking_lot's Mutex/RwLockrabite
2020-01-28fix sized_string chopping string at wrong boundariesrabite
2020-01-27changed sized_string() to return string slice instaed of allocatingrabite
2019-07-17big fat update to graphics mode (performance, features, etc)rabite
2019-06-19added auto-installer for configsrabite
2019-06-18speed up sized_string_urabite
2019-05-08fix order of raw/alternate screen callsrabite
2019-05-07fixed terminal resetting (hopefully)rabite
2019-05-07flush stdin after reading inputrabite
2019-05-06readded call to reset on quitrabite
2019-05-06remove unused mouse-supportrabite
2019-04-15remove unnecessary call to resetrabite
2019-04-13properly reset terminal when quitting/crashingrabite
2019-04-06fix title on terminal without tmuxrabite
2019-04-06fix warningsrabite
2019-04-04show fs space usage and too much other stuffrabite
2019-04-02move widgets/files around instead of cachingrabite
2019-03-30some bugs fixedrabite
2019-03-20handle long lines in status/footerrabite
2019-03-19handle terminal resizingrabite
2019-03-18running subshells in the foregroundrabite
2019-03-17big performance improvementrabite
2019-03-15log/foldviewrabite
2019-03-11set terminal title to cwdrabite
2019-03-03replaced manual write!srabite
2019-03-02moved window stuff to widget itselfrabite
2019-02-06show file stats at bottomrabite
2019-02-01show correct directory on left at startrabite
2019-02-01improved string handlingrabite
2019-02-01lots of stuff.rabite
2019-01-30previewing text filesrabite
2019-01-29listview fixesrabite
2019-01-21got file sizes working in listviewrabite
2019-01-21First commit, did some refactoring around widgets, etc, etcrabite