mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
refactor table render; fix backspace; only works in col 0?
This commit is contained in:
parent
6e0bf1e4b6
commit
ac8e3dd198
3 changed files with 51 additions and 26 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue