sapling/eden/fs
Grace Ku b7194c4b36 cli_rs: Remove crossterm refreshing
Summary:
This is because the save / restore cursor position sometimes behaves differently depending on the command that I run minitop with (e.g., it sometimes will re-print the first row repeatedly if the saved cursor position was somehow wrong).

I also explored calculating how much to truncate by getting the screen size, but this was simpler.

We can add this back in if we switch to an "alternate screen".

Reviewed By: fanzeyi

Differential Revision: D32289941

fbshipit-source-id: 3edda78ab2aa82958f6a40efd03e302520f84f4b
2021-11-12 09:23:27 -08:00
..
benchharness config: namespace facebook::eden 2021-06-08 19:29:37 -07:00
benchmarks benchmark filesystem based xattr calls 2021-11-02 17:42:49 -07:00
cli edenfsctl: take a lock around mutating config.json 2021-11-11 00:50:32 -08:00
cli_rs cli_rs: Remove crossterm refreshing 2021-11-12 09:23:27 -08:00
config config: remove overlay.enable_tree_overlay 2021-11-10 10:03:52 -08:00
docs add a doc describing our use of Future types 2021-10-20 13:48:27 -07:00
fuse privhelper: sanity check every mount points 2021-11-02 09:01:19 -07:00
inodes inodes: use Trees instead of Inodes for Prjfs callbacks 2021-11-09 13:29:48 -08:00
journal Remove direct uses of gmock.h 2021-07-07 13:32:31 -07:00
model introduce new format for tree serialization [proxy hash removal 8/n] 2021-11-10 09:40:45 -08:00
monitor migrate from LockedPtr::getUniqueLock 2021-06-13 18:53:58 -07:00
nfs Adding AcceptInfo into connectionAccepted of AsyncSocket callback 2021-11-01 18:23:24 -07:00
notifications notifications: support Windows 2020-11-11 09:37:56 -08:00
prjfs prjfs: detach callbacks futures when not ready 2021-11-10 14:56:09 -08:00
py blocking unix socket & .makefile for it 2021-10-28 08:20:35 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
scripts move eden/scripts/ into eden/fs/ 2020-11-04 18:29:49 -08:00
service service: send the takeover mount after fuse is initialized 2021-11-10 18:35:13 -08:00
sqlite overlay: use PersistentSqliteStatement in TreeOverlayStore 2021-03-15 12:01:48 -07:00
store fix proxy hash null batch [proxy hash removal 9/n] 2021-11-10 21:37:56 -08:00
takeover Adding AcceptInfo into connectionAccepted of AsyncSocket callback 2021-11-01 18:23:24 -07:00
telemetry log FS trace events with HiveLogger 2021-09-02 10:32:03 -07:00
testharness inodes: add an ObjectFetchContext argument to EdenMount::getRootTree 2021-11-03 15:06:56 -07:00
third-party fs: update fuse_kernel_linux.h 2021-03-17 20:55:43 -07:00
utils utils: add a collectAllSafe for vectors 2021-11-10 13:39:49 -08:00
CMakeLists.txt cmake: build edenfsctl Rust 2021-09-29 10:02:09 -07:00