bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

commit baf4155f381fe6a89abb77b4917fca05985d0895
parent 1bb2cf69c311993636039e2c07028e4692ecafb1
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  7 Apr 2023 13:45:58 -0700

add doc

Diffstat:
Msrc/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -950,6 +950,7 @@ impl LeChatPHPClient { fn handle_normal_mode_key_event_enter(&mut self, app: &mut App, messages: &Arc<Mutex<Vec<Message>>>) { if let Some(idx) = app.items.state.selected() { if let Some(item) = app.items.items.get(idx) { + // If we have a filter, <enter> will "jump" to the message if app.filter != "" { let idx = messages .lock().unwrap()