summary refs log tree commit diff
path: root/ui.c
diff options
2019-11-08Check that password is hashedion value='8'>8space:mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index e437ef9..a4fedf5 100644
--- a/ui.c
+++ b/ui.c
@@ -537,7 +537,7 @@ void uiPrompt(void) {
 		);
 	} else if (!isCommand(ui.view->tag, input)) {
 		len = aswprintf(
-			&prompt, L"\3%d(%s)\3 ",
+			&prompt, L"\3%d<%s>\3 ",
 			formatColor(self.user), self.nick
 		);
 	}
tr class='nohover-highlight'> 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe