mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Added <CTRL+C> to help page
This commit is contained in:
@@ -774,6 +774,16 @@ impl FileTransferActivity {
|
|||||||
Span::raw(" "),
|
Span::raw(" "),
|
||||||
Span::raw("go to parent directory"),
|
Span::raw("go to parent directory"),
|
||||||
])),
|
])),
|
||||||
|
ListItem::new(Spans::from(vec![
|
||||||
|
Span::styled(
|
||||||
|
"<CTRL+C>",
|
||||||
|
Style::default()
|
||||||
|
.fg(Color::Cyan)
|
||||||
|
.add_modifier(Modifier::BOLD),
|
||||||
|
),
|
||||||
|
Span::raw(" "),
|
||||||
|
Span::raw("abort current file transfer"),
|
||||||
|
])),
|
||||||
];
|
];
|
||||||
List::new(cmds)
|
List::new(cmds)
|
||||||
.block(
|
.block(
|
||||||
|
|||||||
Reference in New Issue
Block a user