aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index 00ec89a..e93cc08 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -969,7 +969,7 @@ void start_keystroke(void) {
case 0x18: /* ^X */
send_cur_chan_cmd("PART");
/* fall thru */
- case CH_ESC:
+ case 'x':
scr_prev = SCR_PRIV;
scr_destroy(scr_current);
return;