Authentication-Results: mail-b.sr.ht; dkim=none Received: from ola.halmen.xyz (ola.halmen.xyz [88.99.33.217]) by mail-b.sr.ht (Postfix) with ESMTPS id B4C4A11EFCB for <~taiite/public-inbox@lists.sr.ht>; Tue, 14 Dec 2021 12:01:09 +0000 (UTC) Received: from halmen.xyz (194-166-140-61.hdsl.highway.telekom.at [194.166.140.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) (Authenticated sender: der@halmen.xyz) by ola.halmen.xyz (Postfix) with ESMTPSA id 5D06F804DA; Tue, 14 Dec 2021 13:01:03 +0100 (CET) From: Jonathan Halmen To: ~taiite/public-inbox@lists.sr.ht Cc: Jonathan Halmen Subject: [PATCH senpai] docs: update Ctrl-C behaviour Date: Tue, 14 Dec 2021 13:00:38 +0100 Message-Id: <20211214120038.280251-1-slowjo@halmen.xyz> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit this behaviour was changed back in c078fbbb029fd248756ea5d7726f9ae6090a4ee3 --- seems like i haven't updated senpai in a while, this new behaviour confused me today doc/senpai.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/senpai.1.scd b/doc/senpai.1.scd index 81e3544..76fee8a 100644 --- a/doc/senpai.1.scd +++ b/doc/senpai.1.scd @@ -66,7 +66,7 @@ of messages are in the timeline: # KEYBOARD SHORTCUTS *CTRL-C* - Quit the program. + Clear input line. *CTRL-U*, *PgUp* Go up in the timeline. -- 2.34.1