add blank line before prompting for service name to search for
This commit is contained in:
parent
bb85081380
commit
8be90e9822
|
@ -1,5 +1,9 @@
|
||||||
# Changelog for passman
|
# Changelog for passman
|
||||||
|
|
||||||
|
## current
|
||||||
|
|
||||||
|
- minor UI tweak
|
||||||
|
|
||||||
## 0.3.1.1
|
## 0.3.1.1
|
||||||
|
|
||||||
- updated documentation to on longer mention GitHub
|
- updated documentation to on longer mention GitHub
|
||||||
|
|
|
@ -142,7 +142,7 @@ buildData = do
|
||||||
|
|
||||||
searchServ :: S.StateT Status IO ()
|
searchServ :: S.StateT Status IO ()
|
||||||
searchServ = do
|
searchServ = do
|
||||||
svc <- req $ prompt "service name: " reqResp
|
svc <- req $ prompt "\nservice name: " reqResp
|
||||||
db <- S.gets $ view database
|
db <- S.gets $ view database
|
||||||
case pwSearch svc db of
|
case pwSearch svc db of
|
||||||
[] -> do
|
[] -> do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user