From feb41bd977a0767ec3c79a8cfd6baf357d25d04b Mon Sep 17 00:00:00 2001 From: cuibuwei Date: Mon, 2 Dec 2024 11:36:02 +0800 Subject: [PATCH] chore: fix function name in comment Signed-off-by: cuibuwei --- xterm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xterm.go b/xterm.go index d5110dfb9c..ab7e7c5dbb 100644 --- a/xterm.go +++ b/xterm.go @@ -7,7 +7,7 @@ import ( // setModifyOtherKeysMsg is a message to set XTerm modifyOtherKeys mode. type setModifyOtherKeysMsg int -// EnableXtermModifyOtherKeys is a command to enable XTerm modifyOtherKeys mode. +// enableModifyOtherKeys is a command to enable XTerm modifyOtherKeys mode. // // The mode can be on of the following: //