first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
@@ -1,11 +1,11 @@
use std::{path::PathBuf, str::FromStr};
use std::path::PathBuf;
use std::str::FromStr;
use serde::{Deserialize, Serialize};
use settings::Setting;
/// The source for a newly-created session.
#[derive(Debug, Copy, Clone)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum NewSessionSource {
/// The user split a pane to create a new session.
SplitPane,