refactor table render; fix backspace; only works in col 0?

This commit is contained in:
🪞👃🪞 2025-03-22 01:52:58 +02:00
parent 6e0bf1e4b6
commit ac8e3dd198
3 changed files with 51 additions and 26 deletions

View file

@ -1,6 +1,7 @@
#![allow(stable_features)]
#![feature(os_str_display)]
#![feature(str_as_str)]
#![feature(let_chains)]
use std::sync::{Arc, RwLock};
use std::path::{Path, PathBuf};