Skip to main content

render_user_msg

Function render_user_msg 

Source
pub fn render_user_msg(
    content: &str,
    is_selected: bool,
    inner_width: usize,
    bubble_max_width: usize,
    lines: &mut Vec<Line<'static>>,
)
Expand description

渲染用户消息(提取为独立函数,供增量构建使用)