BBS:      TELESC.NET.BR
Assunto:  src/syncterm/term.c
De:       Deuc¨
Data:     Sat, 21 Mar 2026 06:26:33 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/6b0467f15a64315685cf9fb0
Modified Files:
	src/syncterm/term.c
Log Message:
Replace Duff's device in CTRL-Q/Alt-X/Alt-H key handling with goto

The CTRL-Q path used a Duff's device (entering mid-if-body across
case labels) to share code with Alt-X and Alt-H. Replace with an
explicit goto to the hangup label, which is clearer about the intent:
CTRL-Q in curses/ansi modes skips the exit check and goes straight
to the hangup confirmation.

Co-Authored-By: Claude Opus 4.6 (1M context) 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]